summaryrefslogtreecommitdiff
path: root/ACE/protocols/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc')
-rw-r--r--ACE/protocols/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc20
1 files changed, 0 insertions, 20 deletions
diff --git a/ACE/protocols/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc b/ACE/protocols/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc
deleted file mode 100644
index b91c55e9763..00000000000
--- a/ACE/protocols/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc
+++ /dev/null
@@ -1,20 +0,0 @@
-// -*- MPC -*-
-//
-// $Id$
-//
-
-project(*server): aceexe, htbp {
- exename = server
-
- Source_Files {
- server.cpp
- }
-}
-
-project(*client): aceexe, htbp {
- exename = client
-
- Source_Files {
- client.cpp
- }
-}