mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-03 00:36:37 +03:00
7f495999bd
Co-authored-by: Guillaume ALLAIS <guillaume.allais@ens-lyon.org>
6 lines
271 B
Plaintext
Executable File
6 lines
271 B
Plaintext
Executable File
$1 --no-color --console-width 0 --no-banner -p idris2 -p contrib -p network LazyCodegen.idr -o lazy-idris2
|
|
./build/exec/lazy-idris2 --no-color --console-width 0 --no-banner --cg lazy Hello.idr -o hello > output
|
|
rm -rf build
|
|
diff expected output
|
|
cmp -n 15 expected output
|