- Timestamp:
- 07/28/18 18:34:05 (6 years ago)
- Location:
- cpp/tests
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/tests/geometry-tests.txt
r811 r812 49 49 RUNTEST 50 50 51 TESTNAME:f1 52 arg:-l 53 arg:similarity.gen 54 arg:Fast Lizard 55 arg:2 56 out:*INSERTPLATFORMDEPENDENTFILE*:geometry_goals/f1 57 RUNTEST 58 51 59 ################################## 52 60 -
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.