chiark / gitweb /
tests/check: Show parallel make rune we run
[subdirmk.git] / tests / check
index afae155b4f1e81f371eceb8bf9424840897ef76e..409865513d467a11e2730a18cc5c26d73b51adb6 100755 (executable)
@@ -1,15 +1,6 @@
 #!/bin/sh
-set -ex
+set -e
 
-cd example
-git clean -xdff
-./autogen.sh && ./configure
-make -j4 all check
-make -j4 clean
-make -j4 all check
-
-git clean -xdff
-mkdir build
-cd build
-.././autogen.sh && ../configure
-make -j4 all check
+x () { echo "$@"; "$@"; }
+x ${MAKE-make} -f tests/tests.mk -j8
+echo 'ok.'