mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-23 22:22:07 +03:00
11 lines
199 B
Plaintext
Executable File
11 lines
199 B
Plaintext
Executable File
. ../../testutils.sh
|
|
|
|
export IDRIS2_INC_CGS=
|
|
check Mod1.idr < input
|
|
|
|
export IDRIS2_INC_CGS=chez
|
|
idris2 -o test Mod2.idr < input
|
|
./build/exec/test
|
|
|
|
ls build/ttc/*/Mod1.so | sed -r "s/.([0-9]){10}//g"
|