Idris2/tests/gambit/bitops001/run
G. Allais 399a2adb15
[ fix #1043 ] throw error if compileExpr failed (#1052)
Also adding a CI target testing the gambit backend.
2021-02-10 21:10:27 +00:00

7 lines
170 B
Plaintext
Executable File

$1 --cg gambit --exec main BitOps.idr > output
rm -rf build
# We finish with cmp so that the test fails if the comparison fails
diff expected output
cmp expected output