chiark / gitweb /
tests/check: Show parallel make rune we run
[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.'