Last change
on this file since 812 was
812,
checked in by oriona, 6 years ago
|
F1 genotype test added to geometry tests. Command line argument allowing to use valgrind added to go.sh.
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
File size:
290 bytes
|
Line | |
---|
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
TracBrowser
for help on using the repository browser.