Fix run-all-tests Makefile target
This commit is contained in:
parent
f68292a759
commit
0291c7cd74
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -339,11 +339,11 @@ run-linphone:
|
|||
|
||||
run-basic-tests:
|
||||
ant partial-clean
|
||||
$(MAKE) -C tests
|
||||
$(MAKE) -C tests run-basic-tests
|
||||
|
||||
run-all-tests:
|
||||
ant partial-clean
|
||||
$(MAKE) -C tests
|
||||
$(MAKE) -C tests run-all-tests
|
||||
|
||||
clean-ndk-build:
|
||||
$(NDK_PATH)/ndk-build clean $(LIBLINPHONE_OPTIONS)
|
||||
|
|
Loading…
Reference in a new issue