summaryrefslogtreecommitdiff
path: root/TAO/interop-tests/CdrOutArg/orbix/README
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2013-11-08 15:56:06 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2013-11-08 15:56:06 +0000
commit84fbc32d1fb29dc7fdc09291eff23aea38b4755e (patch)
treea6b50d88ce45dbb92bdef02e7b8e70f7aa46fea9 /TAO/interop-tests/CdrOutArg/orbix/README
parentbd63a92060da2cae1fe54ea4b433265ba667b63c (diff)
downloadATCD-84fbc32d1fb29dc7fdc09291eff23aea38b4755e.tar.gz
Fri Nov 8 15:33:29 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
* interop-tests/CdrOutArg/orbix/README: * interop-tests/CdrOutArg/orbix/Server_ORBInitializer.h: * interop-tests/CdrOutArg/orbix/Server_ORBInitializer.cxx: * interop-tests/CdrOutArg/orbix/cxx_demo.mk: * interop-tests/CdrOutArg/orbix/demo.mk: * interop-tests/CdrOutArg/orbix/makefile: * interop-tests/CdrOutArg/orbix/server.cxx: * interop-tests/CdrOutArg/orbix/server_interceptor.h: * interop-tests/CdrOutArg/orbix/server_interceptor.cxx: * interop-tests/CdrOutArg/orbix/test_i.h: * interop-tests/CdrOutArg/orbix/test_i.cxx: Companion test to be built using Orbix 6.2. *UNSUPPORTED* The DOC group can only support the TAO portion of the test.
Diffstat (limited to 'TAO/interop-tests/CdrOutArg/orbix/README')
-rw-r--r--TAO/interop-tests/CdrOutArg/orbix/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/interop-tests/CdrOutArg/orbix/README b/TAO/interop-tests/CdrOutArg/orbix/README
new file mode 100644
index 00000000000..60bd9e4f81b
--- /dev/null
+++ b/TAO/interop-tests/CdrOutArg/orbix/README
@@ -0,0 +1,10 @@
+$Id$
+
+This is the Orbix companion for the CDR OUT Arg test. In order to build, you must
+have Orbix 6.2 installed on your system. Local editing of the supplied makefiles
+may be required. The DOC group cannot support this code as it does not havve the
+licenses to do so.
+
+After building, run the server with no arguments, the IOR will be written to the
+file ./test.ior. Provide that to the TAO client. A successful test will exit with
+no error, a failure will yield a MARSHAL exception.