Idris2/tests/gambit/bitops001/run

7 lines
170 B
Plaintext
Raw Normal View History

$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