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