summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Any/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Any/README')
-rw-r--r--TAO/tests/OBV/Any/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/tests/OBV/Any/README b/TAO/tests/OBV/Any/README
new file mode 100644
index 00000000000..d8242a24fc1
--- /dev/null
+++ b/TAO/tests/OBV/Any/README
@@ -0,0 +1,18 @@
+/**
+
+@page OBV/Any Test README File
+
+ This is a very simple test to show and verify basic OBV-and-Any
+ functionality.
+
+ To run the test either use the run_test.pl script:
+
+$ ./run_test.pl
+
+ or start the client and the server manually:
+
+$ server -o ior
+$ client -k file://ior
+
+
+*/