chiark / gitweb /
409865513d467a11e2730a18cc5c26d73b51adb6
[subdirmk.git] / tests / check
1 #!/bin/sh
2 set -e
3
4 x () { echo "$@"; "$@"; }
5 x ${MAKE-make} -f tests/tests.mk -j8
6 echo 'ok.'