mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 19:38:08 +00:00
Build Linphone apk when running tests
This commit is contained in:
parent
eaf126b8fa
commit
925b839625
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -486,11 +486,11 @@ run-liblinphone-tests: liblinphone_tester
|
|||
ant installd && \
|
||||
ant test
|
||||
|
||||
run-basic-tests: update-project
|
||||
run-basic-tests: update-project generate-apk
|
||||
ant partial-clean
|
||||
$(MAKE) -C tests run-basic-tests
|
||||
|
||||
run-all-tests: update-project
|
||||
run-all-tests: update-project generate-apk
|
||||
ant partial-clean
|
||||
$(MAKE) -C tests run-all-tests
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue