Changeset 812


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.

Location:
cpp/tests
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • cpp/tests/geometry-tests.txt

    r811 r812  
    4949RUNTEST
    5050
     51TESTNAME:f1
     52arg:-l
     53arg:similarity.gen
     54arg:Fast Lizard
     55arg:2
     56out:*INSERTPLATFORMDEPENDENTFILE*:geometry_goals/f1
     57RUNTEST
     58
    5159##################################
    5260
  • 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.