Idris2/tests/gambit/bitops001/run
2023-09-07 14:57:22 +01:00

8 lines
168 B
Plaintext
Executable File

. ../../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