mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-20 21:18:07 +00:00
7 lines
188 B
Makefile
7 lines
188 B
Makefile
all:
|
|
ant debug
|
|
ant installd
|
|
|
|
run-all-tests: all
|
|
ant test
|
|
adb shell run-as org.linphone.tester cat /data/data/org.linphone.tester/files/junit-report.xml > liblinphone-junit-report.xml
|