Idris2/tests/chez/chez035/run
2023-09-07 14:57:22 +01:00

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"