mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
7 lines
205 B
Plaintext
Executable File
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
|