summaryrefslogtreecommitdiff
path: root/ACE/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc')
-rw-r--r--ACE/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc23
1 files changed, 23 insertions, 0 deletions
diff --git a/ACE/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc b/ACE/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc
new file mode 100644
index 00000000000..d973b59748f
--- /dev/null
+++ b/ACE/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc
@@ -0,0 +1,23 @@
+// -*- MPC -*-
+//
+// $Id$
+
+project(*Server): aceexe, htbp {
+ exename = server
+ after += Test_Output
+ libs += Test_Output
+
+ Source_Files {
+ server.cpp
+ }
+}
+
+project(*Client): aceexe, htbp {
+ exename = client
+ after += Test_Output
+ libs += Test_Output
+
+ Source_Files {
+ client.cpp
+ }
+}