source: cpp/tests/go.sh @ 812

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
RevLine 
[812]1if [ "$1" != "-val" ]
2then
3        OPT_VAL=""
4else
5        OPT_VAL=$1
6fi
7python3 ../../tester/tester.py $OPT_VAL -e '(.*)=../\1' -f SDK-tests.txt
8python3 ../../tester/tester.py $OPT_VAL -e '(.*)=../\1' -f geometry-tests.txt
9python3 ../../tester/tester.py $OPT_VAL -e '(.*)=../\1' -f similarity-tests.txt
Note: See TracBrowser for help on using the repository browser.