Idris2/tests/idris2/api/api001/run
2023-09-07 14:57:22 +01:00

7 lines
205 B
Plaintext
Executable File

. ../../../testutils.sh
idris2 -p idris2 -p contrib -p network LazyCodegen.idr -o lazy-idris2
./build/exec/lazy-idris2 --cg lazy Hello.idr -o hello > output
diff expected output
cmp -n 15 expected output