mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-04-27 09:48:33 +00:00
Fix ant tester...
This commit is contained in:
parent
0f265eee7c
commit
2d1e439429
1 changed files with 2 additions and 2 deletions
|
|
@ -18,8 +18,8 @@ all: clean
|
||||||
|
|
||||||
run-basic-tests: all
|
run-basic-tests: all
|
||||||
$(ANT) test -Dtest.size=small
|
$(ANT) test -Dtest.size=small
|
||||||
if [ ! -s linphone-junit-report.xml ]; then exit 1; fi
|
if [ ! -s linphone-junit-report-small.xml ]; then exit 1; fi
|
||||||
|
|
||||||
run-all-tests: all
|
run-all-tests: all
|
||||||
$(ANT) test -Dtest.size=large
|
$(ANT) test -Dtest.size=large
|
||||||
if [ ! -s linphone-junit-report.xml ]; then exit 1; fi
|
if [ ! -s linphone-junit-report-large.xml ]; then exit 1; fi
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue