git @ Cat's Eye Technologies PL-GOTO.NET / 8ace374
Remove deprecated `test` argument when running `falderal`. Chris Pressey 9 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 echo "Building..."
33 ./build.sh || exit 1
44 echo "Testing frontend and interpreter..."
5 falderal test tests/PLexceptGOTOdotNET.markdown || exit 1
5 falderal tests/PLexceptGOTOdotNET.markdown || exit 1
66 if [ `which ilasm`x = x ]; then
77 echo "ilasm not found, skipping compiler tests."
88 else
99 echo "Testing compiler..."
10 falderal test tests/PLexceptGOTOdotNET-run.markdown || exit 1
10 falderal tests/PLexceptGOTOdotNET-run.markdown || exit 1
1111 fi