mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 02:23:44 +03:00
399a2adb15
Also adding a CI target testing the gambit backend.
7 lines
170 B
Plaintext
Executable File
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
|