summaryrefslogtreecommitdiff
path: root/TAO/tests/CSD_Strategy_Tests/TP_Test_4/CSD_TP_Test_4.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CSD_Strategy_Tests/TP_Test_4/CSD_TP_Test_4.mpc')
-rw-r--r--TAO/tests/CSD_Strategy_Tests/TP_Test_4/CSD_TP_Test_4.mpc21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/tests/CSD_Strategy_Tests/TP_Test_4/CSD_TP_Test_4.mpc b/TAO/tests/CSD_Strategy_Tests/TP_Test_4/CSD_TP_Test_4.mpc
new file mode 100644
index 00000000000..ca9f92ac607
--- /dev/null
+++ b/TAO/tests/CSD_Strategy_Tests/TP_Test_4/CSD_TP_Test_4.mpc
@@ -0,0 +1,21 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Server): csd_tp_test_exe_c {
+ exename=server_main
+
+ Source_Files {
+ ServerApp.cpp
+ server_main.cpp
+ }
+}
+
+project(*Client): csd_tp_test_exe_c {
+ exename=client_main
+
+ Source_Files {
+ ClientApp.cpp
+ client_main.cpp
+ }
+}
+