summaryrefslogtreecommitdiff
path: root/TAO/tests/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/README')
-rw-r--r--TAO/tests/README34
1 files changed, 0 insertions, 34 deletions
diff --git a/TAO/tests/README b/TAO/tests/README
deleted file mode 100644
index 4ca004ca6da..00000000000
--- a/TAO/tests/README
+++ /dev/null
@@ -1,34 +0,0 @@
-The following tests of TAO are provided in this directory.
-The individual directories contain READMEs on how to run the tests.
-
- . Cubit
-
- Cubit example. The servant returns the cube of the number
- sent to it by the client.
-
- . Demux_test (*NOTE* This is still under development)
-
- This tests various demultiplexing strategies used in TAO.
- . POA
-
- Contains various small tests of POA features.
-
- . NestedUpcall
-
- Tests TAO's nested upcall feature, which allows
- single-threaded clients and servers to perform callbacks on
- each other without deadlocking.
-
- . Param_Test
-
- Tests features of the typecode interpreter.
-
- . Quoter
-
- Tests the use of the Global POA options with multiple threads.
-
- . Thruput_test
-
- Throughput tests for TAO, based on TTCP.
-
-