]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/make-ctest-adds
Update
[bacula/bacula] / regress / make-ctest-adds
diff --git a/regress/make-ctest-adds b/regress/make-ctest-adds
new file mode 100755 (executable)
index 0000000..e0b513f
--- /dev/null
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+for run in all-non-root-2tape all-non-root-tape all-non-root all-root all-tape-and-file ; do
+    for test in `grep -h tests/ ${run}-tests | grep -v '^#' | sed -e 's,^.*tests/,,'` ; do
+       echo ADD_TEST\(${run}:${test} \"@regressdir@/tests/${test}\"\)
+    done
+done