3 # This script automatically builds the ADD_TEST commands by
4 # searching for them in the old files
7 for run in all-non-root-2tape all-non-root-tape all-non-root all-root all-tape-and-file ; do
8 for test in `grep -h tests/ ${run}-tests | grep -v '^#' | sed -e 's,^.*tests/,,'` ; do
9 echo ADD_TEST\(${run}:${test} \"@regressdir@/tests/${test}\"\)