if [ "$1" != "-val" ] then OPT_VAL="" else OPT_VAL=$1 fi python3 ../../tester/tester.py $OPT_VAL -e '(.*)=../\1' -f SDK-tests.txt python3 ../../tester/tester.py $OPT_VAL -e '(.*)=../\1' -f geometry-tests.txt python3 ../../tester/tester.py $OPT_VAL -e '(.*)=../\1' -f similarity-tests.txt