From: Kern Sibbald Date: Tue, 26 Feb 2008 18:17:51 +0000 (+0000) Subject: Update X-Git-Tag: Release-7.0.0~4947 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f99d0345913c2ea6076f9d1b4470a805bc6b6977;p=bacula%2Fbacula Update git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6494 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/regress/make-ctest-adds b/regress/make-ctest-adds new file mode 100755 index 0000000000..e0b513f95d --- /dev/null +++ b/regress/make-ctest-adds @@ -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