diff options
Diffstat (limited to 'ACE/bin/ciao_tests.lst')
-rw-r--r-- | ACE/bin/ciao_tests.lst | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ACE/bin/ciao_tests.lst b/ACE/bin/ciao_tests.lst new file mode 100644 index 00000000000..56dab5ab5ac --- /dev/null +++ b/ACE/bin/ciao_tests.lst @@ -0,0 +1,14 @@ +# $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 +# +TAO/CIAO/examples/Hello/descriptors/run_test.pl: !STATIC !MINIMUM !NOXERCES !ACE_FOR_TAO +TAO/CIAO/examples/Hello/descriptors/run_test_without_ns.pl: !STATIC !MINIMUM !NOXERCES +TAO/CIAO/DAnCE/tests/NodeApplicationTest/run_test_simple.pl: !STATIC !MINIMUM +TAO/CIAO/DAnCE/tests/NodeApplicationTest/run_test.pl: !STATIC !MINIMUM +TAO/CIAO/DAnCE/tests/NodeApplicationTest/run_test_ex.pl: !STATIC !MINIMUM |