]> git.sur5r.net Git - bacula/bacula/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Tue, 26 Feb 2008 18:17:51 +0000 (18:17 +0000)
committerKern Sibbald <kern@sibbald.com>
Tue, 26 Feb 2008 18:17:51 +0000 (18:17 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6494 91ce42f0-d328-0410-95d8-f526ca767f89

regress/make-ctest-adds [new file with mode: 0755]

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