summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Forward/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Forward/README')
-rw-r--r--TAO/tests/OBV/Forward/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/tests/OBV/Forward/README b/TAO/tests/OBV/Forward/README
new file mode 100644
index 00000000000..4ab2e6d3fdc
--- /dev/null
+++ b/TAO/tests/OBV/Forward/README
@@ -0,0 +1,18 @@
+/**
+
+@page OBV/Forward Test README File
+
+ This is a very simple test to show and verify
+ forward declaration of valuetypes.
+
+ 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
+
+
+*/