From 5c5b35c9ca4e7675a275e6230524d9362ca1f6ea Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 12 Dec 2014 08:52:47 +0100 Subject: [PATCH] Use Makefile from liblinphone_tester to run liblinphone tests --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index d09eab4c2..88f8ba18c 100644 --- a/Makefile +++ b/Makefile @@ -481,10 +481,7 @@ run-linphone: ant run run-liblinphone-tests: liblinphone_tester - cd liblinphone_tester && \ - ant debug && \ - ant installd && \ - ant test + $(MAKE) -c liblinphone_tester run-all-tests run-basic-tests: update-project ant partial-clean