Changeset 812 for cpp/tests/go.sh


Ignore:
Timestamp:
07/28/18 18:34:05 (6 years ago)
Author:
oriona
Message:

F1 genotype test added to geometry tests. Command line argument allowing to use valgrind added to go.sh.

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
     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 TracChangeset for help on using the changeset viewer.