chiark / gitweb /
comprehensive-test: Test the stest/ and mtest/ directories
[secnet.git] / comprehensive-test
index 12d63d6972ec467317de7bba67ab02ec002002d9..f6966302e9af7d16cd4f07daf681febf665f1e48 100755 (executable)
@@ -30,6 +30,10 @@ build_and_test () {
     x cd "$1"
     x "$srcdir/configure" CFLAGS='-O0 -g'
     x make $mflags all check
+    for t in mtest/check stest/check; do
+       x make $mflags clean
+       x make $mflags $t
+    done
     cd "$srcdir"
 }