mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-27 13:43:28 +03:00
11 lines
274 B
Plaintext
Executable File
11 lines
274 B
Plaintext
Executable File
export IDRIS2_INC_CGS=
|
|
$1 --no-banner --no-color --console-width 0 --check Mod1.idr < input
|
|
|
|
export IDRIS2_INC_CGS=chez
|
|
$1 --no-banner --no-color --console-width 0 -o test Mod2.idr < input
|
|
./build/exec/test
|
|
|
|
ls build/ttc/*/Mod1.so | sed -r "s/.([0-9]){10}//g"
|
|
|
|
rm -rf build
|