Changeset 812 for cpp/tests/go.sh
- Timestamp:
- 07/28/18 18:34:05 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/tests/go.sh
r811 r812 1 python3 ../../tester/tester.py -e '(.*)=../\1' -f SDK-tests.txt 2 python3 ../../tester/tester.py -val -e '(.*)=../\1' -f geometry-tests.txt 3 python3 ../../tester/tester.py -val -e '(.*)=../\1' -f similarity-tests.txt 1 if [ "$1" != "-val" ] 2 then 3 OPT_VAL="" 4 else 5 OPT_VAL=$1 6 fi 7 python3 ../../tester/tester.py $OPT_VAL -e '(.*)=../\1' -f SDK-tests.txt 8 python3 ../../tester/tester.py $OPT_VAL -e '(.*)=../\1' -f geometry-tests.txt 9 python3 ../../tester/tester.py $OPT_VAL -e '(.*)=../\1' -f similarity-tests.txt
Note: See TracChangeset
for help on using the changeset viewer.