summaryrefslogtreecommitdiff
path: root/ACE/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc
diff options
context:
space:
mode:
authorseibelr <seibelr@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-24 22:12:20 +0000
committerseibelr <seibelr@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-24 22:12:20 +0000
commit47b676670dc9373bc77af80388e0b51e36134738 (patch)
treeaacce0809279e1d142e7b196a84ff10dfbdae4d0 /ACE/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc
parent3dd4e2fe6c64de3a9db04757eade78d764b578f1 (diff)
downloadATCD-47b676670dc9373bc77af80388e0b51e36134738.tar.gz
Added the ACE and TAO for this branchGH5_0port
Diffstat (limited to 'ACE/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc')
-rw-r--r--ACE/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc14
1 files changed, 14 insertions, 0 deletions
diff --git a/ACE/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc b/ACE/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc
new file mode 100644
index 00000000000..64a40f688d1
--- /dev/null
+++ b/ACE/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc
@@ -0,0 +1,14 @@
+// -*- MPC -*-
+//
+// $Id$
+//
+
+project: aceexe, htbp {
+ exename = SendRecv_Test
+ after += Test_Output
+ libs += Test_Output
+
+ Source_Files {
+ SendRecv_Test.cpp
+ }
+}