]> git.sur5r.net Git - bacula/bacula/blob - regress/make-ctest-adds
Update
[bacula/bacula] / regress / make-ctest-adds
1 #!/bin/sh
2
3 for run in all-non-root-2tape all-non-root-tape all-non-root all-root all-tape-and-file ; do
4     for test in `grep -h tests/ ${run}-tests | grep -v '^#' | sed -e 's,^.*tests/,,'` ; do
5         echo ADD_TEST\(${run}:${test} \"@regressdir@/tests/${test}\"\)
6     done
7 done