diff options
Diffstat (limited to 'ACE/bin/ace_tests.lst')
-rw-r--r-- | ACE/bin/ace_tests.lst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ACE/bin/ace_tests.lst b/ACE/bin/ace_tests.lst new file mode 100644 index 00000000000..0b5d78549d0 --- /dev/null +++ b/ACE/bin/ace_tests.lst @@ -0,0 +1,13 @@ +# $Id$ +# +# This is the list of run_test.pl's that need to be run by +# auto_run_tests.pl. +# Each line has its own test, and a test can be followed by a +# list of configurations it does _not_ run on. +# +# Example: TAO\examples\foo\run_test.pl: !MINIMUM !ST +# +# NOTE: This file contains tests only for ACE. Please do not include +# tests in TAO here.. +tests/run_test.pl +examples/Reactor/WFMO_Reactor/run_test.pl: !Cygwin !VxWorks |