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