summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3384_Regression/test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3384_Regression/test.mpc')
-rw-r--r--TAO/tests/Bug_3384_Regression/test.mpc41
1 files changed, 41 insertions, 0 deletions
diff --git a/TAO/tests/Bug_3384_Regression/test.mpc b/TAO/tests/Bug_3384_Regression/test.mpc
new file mode 100644
index 00000000000..6799573d8b1
--- /dev/null
+++ b/TAO/tests/Bug_3384_Regression/test.mpc
@@ -0,0 +1,41 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Bug_3384_Regression_idl): taoidldefaults {
+ idlflags += -Sp
+ IDL_Files {
+ Test.idl
+ }
+ custom_only = 1
+}
+
+project(*Bug_3384_Regression_Server): taoserver, messaging, strategies {
+ after += *Bug_3384_Regression_idl
+ Source_Files {
+ server.cpp
+ Server_i.cpp
+ }
+ Source_Files {
+ TestC.cpp
+ TestS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Bug_3384_Regression_Client): taoserver, messaging, strategies {
+ exename = client
+ after += *Bug_3384_Regression_idl
+ Source_Files {
+ client.cpp
+ Client_i.cpp
+ }
+ Source_Files {
+ TestC.cpp
+ TestS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+