chiark / gitweb /
tests/filter/check: Enable pipefail
[subdirmk.git] / tests / check
index 7465c2c88e1220ea4b40a9c3c2965c422311c1fc..784fc60a17d9a59435a1be5d8463188e6eb64729 100755 (executable)
@@ -1,22 +1,5 @@
 #!/bin/sh
 set -ex
 
-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
->>../src/for-test.sd.mk
-.././autogen.sh && ../configure
-make -j4 all check
-
-echo '# for-check 1' >>../src/for-test.sd.mk
-make -j4
-grep '^# for-check 1' src/Subdir.mk || false
-
-echo ok.
+tests/filter/check
+tests/example/check