summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2004-11-01 14:43:57 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2004-11-01 14:43:57 +0000
commitb64f9f3371338d8ea959a821fa82be21dd813057 (patch)
treef2bf7866ed860353e101f8a63b1297c2250a11dd
parent0dfeb8d3055649a63c3dbb8579d22292c419ec8a (diff)
downloadATCD-b64f9f3371338d8ea959a821fa82be21dd813057.tar.gz
ChangeLog Tag: Mon Nov 1 08:37:47 2004 Phil Mesnier <mesnier_p@ociweb.com>
-rw-r--r--ChangeLog10
-rwxr-xr-xtests/HTBP/Reactor_Tests/Reactor_Tests.mpc4
-rw-r--r--tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc6
-rw-r--r--tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc4
-rwxr-xr-xtests/HTBP/ping/ping.mpc4
5 files changed, 21 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 49be377609f..fd503862b59 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Mon Nov 1 08:37:47 2004 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc:
+ * tests/HTBP/Send_Large_Msg/Send_Recv_Test.mpc:
+ * tests/HTBP/Reactor_Tests/Reactor_Tests.mpc:
+ * tests/HTBP/ping/ping.mpc:
+
+ Removed dependency on htbptest.mpb, as this breaks the automated
+ mpc script.
+
Mon Nov 1 07:34:03 2004 Phil Mesnier <mesnier_p@ociweb.com>
* tests/HTBP/htbptest.mpb:
diff --git a/tests/HTBP/Reactor_Tests/Reactor_Tests.mpc b/tests/HTBP/Reactor_Tests/Reactor_Tests.mpc
index aa7577ca5b3..61e59146a93 100755
--- a/tests/HTBP/Reactor_Tests/Reactor_Tests.mpc
+++ b/tests/HTBP/Reactor_Tests/Reactor_Tests.mpc
@@ -2,7 +2,7 @@
//
// $Id$
-project(*Server): htbptest {
+project(*Server): aceexe, htbp {
exename = server
Source_Files {
@@ -10,7 +10,7 @@ project(*Server): htbptest {
}
}
-project(*Client): htbptest {
+project(*Client): aceexe, htbp {
exename = client
Source_Files {
diff --git a/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc b/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc
index aa7577ca5b3..9aaccd67f55 100644
--- a/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc
+++ b/tests/HTBP/Send_Large_Msg/Send_Large_Msg.mpc
@@ -2,16 +2,18 @@
//
// $Id$
-project(*Server): htbptest {
+project(*Server): aceexe, htbp {
exename = server
+ libs += Test_Output
Source_Files {
server.cpp
}
}
-project(*Client): htbptest {
+project(*Client): aceexe, htbp {
exename = client
+ libs += Test_Output
Source_Files {
client.cpp
diff --git a/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc b/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc
index a5a5cbdb6d3..96fc438948b 100644
--- a/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc
+++ b/tests/HTBP/Send_Recv_Tests/SendRecv_Test.mpc
@@ -1,9 +1,11 @@
// -*- MPC -*-
//
// $Id$
+//
-project: htbptest {
+project: aceexe, htbp {
exename = SendRecv_Test
+ libs += Test_Output
Source_Files {
SendRecv_Test.cpp
diff --git a/tests/HTBP/ping/ping.mpc b/tests/HTBP/ping/ping.mpc
index aa7577ca5b3..61e59146a93 100755
--- a/tests/HTBP/ping/ping.mpc
+++ b/tests/HTBP/ping/ping.mpc
@@ -2,7 +2,7 @@
//
// $Id$
-project(*Server): htbptest {
+project(*Server): aceexe, htbp {
exename = server
Source_Files {
@@ -10,7 +10,7 @@ project(*Server): htbptest {
}
}
-project(*Client): htbptest {
+project(*Client): aceexe, htbp {
exename = client
Source_Files {