summaryrefslogtreecommitdiff
path: root/TAO/tests/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/README')
-rw-r--r--TAO/tests/README38
1 files changed, 0 insertions, 38 deletions
diff --git a/TAO/tests/README b/TAO/tests/README
deleted file mode 100644
index 4e7302a38fc..00000000000
--- a/TAO/tests/README
+++ /dev/null
@@ -1,38 +0,0 @@
-$Id$
-
-This directory contains a number of tests to validate that TAO is
-functioning correctly. The individual directories contain READMEs on
-how to run the following tests:
-
- . CDR
-
- This directory contains several tests for the CDR stream
- class.
-
- . DynAny_Test
-
- Tests TAO's DynAny feature, which allows composition and
- decomposition of arbitrarily complex CORBA::Any values at
- runtime, without requiring any compile-time knowledge of the
- IDL.
-
- . Multiple_Inheritance
-
- This test exercises IDL interfaces that inherit from
- multiple interfaces.
-
- . NestedUpcall
-
- Tests TAO's nested upcall feature, which allows
- single-threaded clients and servers to perform callbacks on
- each other without deadlocking.
-
- . OctetSeq
-
- Measures the cost of marshaling and demarshaling of
- sequences of octets of different sizes. NOTE: TAO optimizes
- this so the cost should be constant!
-
- . Param_Test
-
- Tests all the features of TAO's protocol engine.