Idris2/tests/chez/chez035/run

11 lines
199 B
Plaintext
Raw Normal View History

2023-08-29 13:47:42 +03:00
. ../../testutils.sh
export IDRIS2_INC_CGS=
2023-08-29 13:47:42 +03:00
check Mod1.idr < input
export IDRIS2_INC_CGS=chez
2023-08-29 13:47:42 +03:00
idris2 -o test Mod2.idr < input
./build/exec/test
ls build/ttc/*/Mod1.so | sed -r "s/.([0-9]){10}//g"