summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Collocation/README
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/Collocation/README')
-rw-r--r--trunk/TAO/tests/Collocation/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/trunk/TAO/tests/Collocation/README b/trunk/TAO/tests/Collocation/README
new file mode 100644
index 00000000000..cc1bcde0a5b
--- /dev/null
+++ b/trunk/TAO/tests/Collocation/README
@@ -0,0 +1,11 @@
+This program performs a series of sanity check on the collocation
+support in TAO. It also serves as an example of how to separate stub
+and skeleton + implementation from the main program.
+
+After building the example, you'll get:
+
+ Collocation_Test_Stubs.{dll,so}: This library contains stub implementations.
+
+ Diamond.{dll,so}: This library contains the implementation Diamond object.
+
+ Collocation[.exe]: This program performs the collocation test.