Idris2/tests/chez/chez022/run
2020-08-18 19:25:36 +01:00

15 lines
247 B
Plaintext
Executable File

case `uname -s` in
OpenBSD|FreeBSD|NetBSD)
MAKE=gmake
;;
*)
MAKE=make
;;
esac
${MAKE} all > /dev/null
$1 --no-color --consolewidth 0 --no-banner usealloc.idr < input
rm -rf build
${MAKE} clean > /dev/null