Changed way of running liblinphone tests on device to be blocking
This commit is contained in:
parent
3b60a26469
commit
a2c9e96dee
1 changed files with 1 additions and 1 deletions
|
@ -3,5 +3,5 @@ all:
|
|||
ant installd
|
||||
|
||||
run-all-tests: all
|
||||
ant test
|
||||
adb shell am instrument -w org.linphone.tester/org.linphone.tester.TestRunner
|
||||
adb shell run-as org.linphone.tester cat /data/data/org.linphone.tester/files/junit-report.xml > liblinphone-junit-report.xml
|
||||
|
|
Loading…
Reference in a new issue