summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-23 11:08:09 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-23 11:08:09 +0000
commitaf5173e9b3ebf70617e1a0d7d6e5b385363a481b (patch)
tree5efc116718db111c58ebd0b18841a56df2d5896f /TAO/orbsvcs/tests/Event
parent8e399068686e2f7b1f089c368f24caa6a7d66770 (diff)
downloadATCD-af5173e9b3ebf70617e1a0d7d6e5b385363a481b.tar.gz
ChangeLogTag: Mon May 23 10:56:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Event')
-rw-r--r--TAO/orbsvcs/tests/Event/Basic/rteventtestexe.mpb2
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/Common/ECMcastTests_lib.mpc2
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.mpc2
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc2
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/Two_Way/Two_Way.mpc2
-rw-r--r--TAO/orbsvcs/tests/Event/Performance/Event_Performance.mpc2
-rw-r--r--TAO/orbsvcs/tests/Event/lib/Event_lib.mpc2
7 files changed, 7 insertions, 7 deletions
diff --git a/TAO/orbsvcs/tests/Event/Basic/rteventtestexe.mpb b/TAO/orbsvcs/tests/Event/Basic/rteventtestexe.mpb
index 1162c1584ec..b1e00841286 100644
--- a/TAO/orbsvcs/tests/Event/Basic/rteventtestexe.mpb
+++ b/TAO/orbsvcs/tests/Event/Basic/rteventtestexe.mpb
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project : messaging, rteventexe, naming, iortable {
+project : messaging, rteventexe, rtevent_serv, naming, iortable {
after += Event_Test_Lib
libs += ECTests
includes += ../lib
diff --git a/TAO/orbsvcs/tests/Event/Mcast/Common/ECMcastTests_lib.mpc b/TAO/orbsvcs/tests/Event/Mcast/Common/ECMcastTests_lib.mpc
index ab40d9b39e5..c4f9d3da7a4 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/Common/ECMcastTests_lib.mpc
+++ b/TAO/orbsvcs/tests/Event/Mcast/Common/ECMcastTests_lib.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project: rtevent {
+project: rtevent_serv {
sharedname = ECMcastTests
dynamicflags = ECMCASTTESTS_BUILD_DLL
Header_Files {
diff --git a/TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.mpc b/TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.mpc
index 500e75406ab..d3050e8792b 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.mpc
+++ b/TAO/orbsvcs/tests/Event/Mcast/Complex/Complex.mpc
@@ -12,7 +12,7 @@ project(*supplier): messaging, rteventexe, naming {
}
}
-project(*consumer): messaging, rteventexe, naming {
+project(*consumer): messaging, rteventexe, rtevent_serv, naming {
after += ECMcastTests_lib
libs += ECMcastTests
includes += ../Common
diff --git a/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc b/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc
index 53bffe5851f..d5051d0f2d2 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc
+++ b/TAO/orbsvcs/tests/Event/Mcast/Simple/Simple.mpc
@@ -12,7 +12,7 @@ project(*supplier): messaging, rteventexe, naming {
}
}
-project(*consumer): messaging, rteventexe, naming {
+project(*consumer): messaging, rteventexe, rtevent_serv, naming {
after += ECMcastTests_Lib
libs += ECMcastTests
includes += ../Common
diff --git a/TAO/orbsvcs/tests/Event/Mcast/Two_Way/Two_Way.mpc b/TAO/orbsvcs/tests/Event/Mcast/Two_Way/Two_Way.mpc
index 35609aefabf..4abce4c9607 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/Two_Way/Two_Way.mpc
+++ b/TAO/orbsvcs/tests/Event/Mcast/Two_Way/Two_Way.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(*application): messaging, rteventexe, naming {
+project(*application): messaging, rteventexe, rtevent_serv, naming {
after += ECMcastTests_lib
libs += ECMcastTests
includes += ../Common
diff --git a/TAO/orbsvcs/tests/Event/Performance/Event_Performance.mpc b/TAO/orbsvcs/tests/Event/Performance/Event_Performance.mpc
index 76297795a54..b0df7a26f09 100644
--- a/TAO/orbsvcs/tests/Event/Performance/Event_Performance.mpc
+++ b/TAO/orbsvcs/tests/Event/Performance/Event_Performance.mpc
@@ -29,7 +29,7 @@ project(*Latency): eventperftestexe, strategies {
}
}
-project(*Latency_Server): eventperftestexe, strategies {
+project(*Latency_Server): eventperftestexe, rtevent_serv, strategies {
exename = Latency_Server
Source_Files {
Latency_Server.cpp
diff --git a/TAO/orbsvcs/tests/Event/lib/Event_lib.mpc b/TAO/orbsvcs/tests/Event/lib/Event_lib.mpc
index ebbfbdeb915..1e3ca37f7fb 100644
--- a/TAO/orbsvcs/tests/Event/lib/Event_lib.mpc
+++ b/TAO/orbsvcs/tests/Event/lib/Event_lib.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project(Event_Test_Lib): rtevent, naming {
+project(Event_Test_Lib): rtevent_serv, naming {
sharedname = ECTests
dynamicflags = EC_TEST_BUILD_DLL
Header_Files {