chiark / gitweb /
tests/check: New test script, quite basic
[subdirmk.git] / tests / check
diff --git a/tests/check b/tests/check
new file mode 100755 (executable)
index 0000000..85d7637
--- /dev/null
@@ -0,0 +1,15 @@
+#!/bin/sh
+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