summaryrefslogtreecommitdiff
path: root/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc')
-rw-r--r--tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc23
1 files changed, 0 insertions, 23 deletions
diff --git a/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc b/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc
deleted file mode 100644
index d973b59748f..00000000000
--- a/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc
+++ /dev/null
@@ -1,23 +0,0 @@
-// -*- 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
- }
-}