chiark / gitweb /
tests/intree: Make copy and break out from tests/example
[subdirmk.git] / tests / check
index 85d7637b3af61186800f7abd8e58210adfc0569a..3bd0f89aebd7bc3655687fef028e69ceb35a9bcb 100755 (executable)
@@ -1,15 +1,6 @@
 #!/bin/sh
-set -e
+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
-.././autogen.sh && ../configure
-make -j4 all check
+tests/filter/check
+tests/intree/check
+tests/example/check