From dbf63e146b2cc2fc9f2278a77e08b60c462d0f19 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 5 Dec 2014 13:47:57 +0100 Subject: [PATCH] Added target to run liblinphone tests --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index b04cc9d26..92fc1b166 100644 --- a/Makefile +++ b/Makefile @@ -479,6 +479,12 @@ release: update-project run-linphone: ant run +run-liblinphone-tests: liblinphone_tester + cd liblinphone_tester && \ + ant debug && \ + ant installd && \ + ant test + run-basic-tests: ant partial-clean $(MAKE) -C tests run-basic-tests