comparison tests/testeval.sh @ 715:a20f127e6e1b

Fix path to evaltest binary.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 17 Apr 2013 20:11:04 +0300
parents 80c3e69aa301
children
comparison
equal deleted inserted replaced
714:0ad76fa080ca 715:a20f127e6e1b
1 #!/bin/sh 1 #!/bin/sh
2 ETEST="../evaltest -f -e" 2 ETEST="./evaltest -f -e"
3 CTEST=./frm 3 CTEST=./frm
4 4
5 echo " 5 echo "
6 2 << 1 + 9 >> 3 * 5 6 2 << 1 + 9 >> 3 * 5
7 (2 << 1 + 9) >> 3 * 5 7 (2 << 1 + 9) >> 3 * 5