diff options
Diffstat (limited to 'ACE/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc')
-rw-r--r-- | ACE/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc | 14 |
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 + } +} |