Last change
on this file since 1252 was
1015,
checked in by sz, 4 years ago
|
test updates:
- geno_test(.no_exe)
- linux variants added because of floating point differences
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
|
File size:
237 bytes
|
Rev | Line | |
---|
[813] | 1 | #/bin/bash |
---|
| 2 | |
---|
[814] | 3 | # "$@" allows to pass any command-line arguments of this script to python tester |
---|
[813] | 4 | |
---|
| 5 | for testset in SDK-tests.txt geometry-tests.txt similarity-tests.txt |
---|
| 6 | do |
---|
[1015] | 7 | python3 ../../tester/tester.py "$@" -e '(.+)=../\1' -f $testset |
---|
[813] | 8 | done |
---|
Note: See
TracBrowser
for help on using the repository browser.