Idris2/tests/idris2/api001/run

6 lines
271 B
Plaintext
Raw Normal View History

2020-08-21 12:51:21 +03:00
$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
2020-08-21 12:51:21 +03:00
cmp -n 15 expected output