summaryrefslogtreecommitdiff
path: root/TAO/tests/Any/Recursive/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Any/Recursive/README')
-rw-r--r--TAO/tests/Any/Recursive/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/tests/Any/Recursive/README b/TAO/tests/Any/Recursive/README
new file mode 100644
index 00000000000..374abe6ed40
--- /dev/null
+++ b/TAO/tests/Any/Recursive/README
@@ -0,0 +1,19 @@
+# $Id$
+
+/**
+
+@page Recursive Any Test README File
+
+This test determines whether insertion and extraction of recursive
+types into and from a CORBA::Any, respectively, works. Properly
+functioning insertion and exctraction of recursive types depends on
+working recursive TypeCode support, which is indirectly tested by this
+test as well.
+
+To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+the script returns 0 if the test was successful.
+
+*/