summaryrefslogtreecommitdiff
path: root/TAO/tests/IDL_Test/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/IDL_Test/README')
-rw-r--r--TAO/tests/IDL_Test/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tests/IDL_Test/README b/TAO/tests/IDL_Test/README
index 386728b4915..ec8321dd999 100644
--- a/TAO/tests/IDL_Test/README
+++ b/TAO/tests/IDL_Test/README
@@ -37,3 +37,7 @@ The rest of the .idl files need only to build cleanly. To test the
client/server functionality of the various IDL types and operations,
see the test suite in ACE_wrappers/TAO/tests/Param_Test.
+There are a few negative tests (e.g. invalid_scoping, keyword_case_diff,
+exception_misuse) where it shall be verified that tao_idl exits with
+an error status. The main.cpp program cannot be used for them because
+it only handles positive tests. To this end, run the script run_test.pl.