chiark / gitweb /
tests/check: Show parallel make rune we run
[subdirmk.git] / tests / check
index 3bd0f89aebd7bc3655687fef028e69ceb35a9bcb..409865513d467a11e2730a18cc5c26d73b51adb6 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
-set -ex
+set -e
 
-tests/filter/check
-tests/intree/check
-tests/example/check
+x () { echo "$@"; "$@"; }
+x ${MAKE-make} -f tests/tests.mk -j8
+echo 'ok.'