summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/Object_Loader/README
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/Object_Loader/README')
-rw-r--r--trunk/TAO/tests/Object_Loader/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/trunk/TAO/tests/Object_Loader/README b/trunk/TAO/tests/Object_Loader/README
new file mode 100644
index 00000000000..71faaabc8cf
--- /dev/null
+++ b/trunk/TAO/tests/Object_Loader/README
@@ -0,0 +1,16 @@
+/**
+
+@page Object Loader Test README File
+
+$Id$
+
+ Test the DLL-style IORs. For more details on the DLL-style
+IORs please read the documentation in $TAO_ROOT/tao/DLL_Parser.h.
+
+ To execute the test simply run
+
+$ ./driver
+
+ or run the run_test.pl script. The test returns 0 on success.
+
+*/