Remove deprecated `test` argument when running `falderal`.
Chris Pressey
9 years ago
2 | 2 | echo "Building..." |
3 | 3 | ./build.sh || exit 1 |
4 | 4 | echo "Testing frontend and interpreter..." |
5 | falderal test tests/PLexceptGOTOdotNET.markdown || exit 1 | |
5 | falderal tests/PLexceptGOTOdotNET.markdown || exit 1 | |
6 | 6 | if [ `which ilasm`x = x ]; then |
7 | 7 | echo "ilasm not found, skipping compiler tests." |
8 | 8 | else |
9 | 9 | echo "Testing compiler..." |
10 | falderal test tests/PLexceptGOTOdotNET-run.markdown || exit 1 | |
10 | falderal tests/PLexceptGOTOdotNET-run.markdown || exit 1 | |
11 | 11 | fi |