summaryrefslogtreecommitdiff
path: root/TAO/tests/README
diff options
context:
space:
mode:
authorsumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-30 07:03:45 +0000
committersumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-30 07:03:45 +0000
commit7d416f388b8f686e5b4c5c36d78343905177dc85 (patch)
tree7b4a1b3bec0b2b08559c592d12f261bb5afe00a1 /TAO/tests/README
parentddab22f4c65952a10dcfa8bafa5d0c5a33e45ee1 (diff)
downloadATCD-7d416f388b8f686e5b4c5c36d78343905177dc85.tar.gz
*** empty log message ***
Diffstat (limited to 'TAO/tests/README')
-rw-r--r--TAO/tests/README30
1 files changed, 15 insertions, 15 deletions
diff --git a/TAO/tests/README b/TAO/tests/README
index 4d4505be5c1..86afe7ae5f7 100644
--- a/TAO/tests/README
+++ b/TAO/tests/README
@@ -1,31 +1,31 @@
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. (This example uses hand-generated
- stubs and skeletons)
-
. Demux_test
This tests various demultiplexing strategies used in
TAO.
- . IDL_Cubit
-
- Cubit example with tao_idl compiler generated stubs and
- skeletons
-
+ . Thruput_test
- . MT-Cubit
+ Throughput tests for TAO, based on TTCP.
- Multithreaded real-time Cubit example.
+ . Cubit
+
+ Cubit example. The servant returns the cube of the number
+ sent to it by the client. There are three versions of this
+ example.
- . Thruput_test
+ - IDL_Cubit
- Throughput tests for TAO, based on TTCP.
+ Cubit example with tao_idl compiler generated stubs and
+ skeletons
+ - MT_Cubit
+ Multithreaded real-time Cubit example.
+ - DII_Cubit
+
+ Cubit example with hand-generated stubs.