Idris2/tests/chez/chez013/run

16 lines
212 B
Plaintext
Raw Normal View History

2023-08-29 13:47:42 +03:00
. ../../testutils.sh
case $(uname -s) in
OpenBSD | FreeBSD | NetBSD)
MAKE=gmake
;;
*)
MAKE=make
;;
esac
${MAKE} all > /dev/null
2023-08-29 19:02:01 +03:00
run Struct.idr
${MAKE} clean > /dev/null