Idris2/tests/gambit/bitops001/run

8 lines
168 B
Plaintext
Raw Normal View History

2023-08-29 13:47:42 +03:00
. ../../testutils.sh
run --cg gambit BitOps.idr > output
# We finish with cmp so that the test fails if the comparison fails
diff expected output
cmp expected output