diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-17 18:37:49 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-07-17 18:37:49 +0000 |
commit | d9f59710c08bf1d91c16d0b53b7d45398003a80b (patch) | |
tree | c17ee00c17852049546c53ac8bf9f9b28bfb2bf0 /TAO/tests/IDL_Test | |
parent | 45577634a6f4fdb9a3097425b75c765a84e33104 (diff) | |
download | ATCD-d9f59710c08bf1d91c16d0b53b7d45398003a80b.tar.gz |
.
Diffstat (limited to 'TAO/tests/IDL_Test')
-rw-r--r-- | TAO/tests/IDL_Test/README | 43 |
1 files changed, 18 insertions, 25 deletions
diff --git a/TAO/tests/IDL_Test/README b/TAO/tests/IDL_Test/README index 1f2e8d9a123..acec2b351b9 100644 --- a/TAO/tests/IDL_Test/README +++ b/TAO/tests/IDL_Test/README @@ -13,31 +13,24 @@ // // ============================================================================ +This test is a collection of IDL files that once caused IDL compiler +or C++ compiler errors, plus a dummy main.cpp for the build. There is +no execution check in this test, the only outcome of interest being +the build. The examples in the IDL files come from many sources - some +are made from scratch, some are adapted from other tests, and some are +adapted from examples sent in by ACE and/or TAO users. To all of these +last, many thanks for your help in digging out these bugs! -This test is a collection of IDL files that once -caused IDL compiler or C++ compiler errors, -plus a dummy main.cpp for the build. There is no -execution check in this test, the only outcome -of interest being the build. The examples in the IDL -files come from many sources - some are made from -scratch, some are adapted from other tests, and -some are adapted from examples sent in by ACE -and/or TAO users. To all of these last, many thanks -for your help in digging out these bugs! +Each IDL file contains examples that are related, either by the IDL +type involved or by the context in which the error occurs. As new bugs +are uncovered and fixed, new examples will be added to the suite, to +ensure that the bugs do not recur. -Each IDL file contains examples that are related, -either by the IDL type involved or by the context -in which the error occurs. As new bugs are -uncovered and fixed, new examples will be added -to the suite, to ensure that the bugs do not recur. +To build the test files, type 'make' at the command line. The TAO IDL +compiler will open each IDL file in the directory and generate code +that will then be compiled by the C++ compiler on your platform. -To build the test files, type 'make' at the command -line. The TAO IDL compiler will open each IDL file -in the directory and generate code that will then -be compiled by the C++ compiler on your platform. - -To run the test, type 'main' at the command line. -A message will be output saying that the build -had no errors. To test the client/server functionality -of the various IDL types and operations, see the -test suite in ACE_wrappers/TAO/tests/Param_Test. +To run the test, type 'main' at the command line. A message will be +output saying that the build had no errors. To test the client/server +functionality of the various IDL types and operations, see the test +suite in ACE_wrappers/TAO/tests/Param_Test. |