chiark / gitweb /
tests: Test Perdir.sd.mk
[subdirmk.git] / tests / check
index 85d7637b3af61186800f7abd8e58210adfc0569a..784fc60a17d9a59435a1be5d8463188e6eb64729 100755 (executable)
@@ -1,15 +1,5 @@
 #!/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/example/check