mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 01:01:59 +03:00
e32700cff8
It takes a long time to run, but it is basically all the testing we need of the API, if this works it's unlikely to be broken. It requires a change in the build system, so don't enable it for now.
3 lines
168 B
Plaintext
3 lines
168 B
Plaintext
$1 --no-banner -p idris2 -p contrib -p network LazyCodegen.idr -o lazy-idris2 > /dev/null
|
|
./build/exec/lazy-idris2 --no-banner --cg lazy Hello.idr -o hello
|
|
rm -rf build |