summaryrefslogtreecommitdiff
path: root/TAO/tests/ForwardUponObjectNotExist/ForwardUponObjectNotExist.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ForwardUponObjectNotExist/ForwardUponObjectNotExist.mpc')
-rwxr-xr-xTAO/tests/ForwardUponObjectNotExist/ForwardUponObjectNotExist.mpc35
1 files changed, 35 insertions, 0 deletions
diff --git a/TAO/tests/ForwardUponObjectNotExist/ForwardUponObjectNotExist.mpc b/TAO/tests/ForwardUponObjectNotExist/ForwardUponObjectNotExist.mpc
new file mode 100755
index 00000000000..ee705f01845
--- /dev/null
+++ b/TAO/tests/ForwardUponObjectNotExist/ForwardUponObjectNotExist.mpc
@@ -0,0 +1,35 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ IDL_Files {
+ test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, iortable {
+ after += *idl
+ Source_Files {
+ test_i.cpp
+ server.cpp
+ }
+ Source_Files {
+ testC.cpp
+ testS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoclient, anytypecode {
+ after += *idl
+ Source_Files {
+ client.cpp
+ }
+ Source_Files {
+ testC.cpp
+ }
+ IDL_Files {
+ }
+}