mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Fix run-all-tests Makefile target
This commit is contained in:
parent
2884f568e0
commit
1218fca5a9
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…
Add table
Reference in a new issue