From d6c754f0717ff66bdcc03bb7dd729fe0f451671b Mon Sep 17 00:00:00 2001 From: bala Date: Mon, 15 Dec 2003 15:33:49 +0000 Subject: ChangeLogTag:Mon Dec 15 09:30:28 2003 Balachandran Natarajan --- TAO/ChangeLog | 7 +++++++ TAO/orbsvcs/tests/RTCosScheduling/RTCosScheduling.mpc | 2 ++ TAO/performance-tests/RTCorba/Thread_Pool/Thread_Pool.mpc | 4 +++- .../Priority_Inversion_With_Bands.mpc | 2 ++ 4 files changed, 14 insertions(+), 1 deletion(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 6ba030a68cc..558b5a22ddb 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,10 @@ +Mon Dec 15 09:30:28 2003 Balachandran Natarajan + + * orbsvcs/tests/RTCosScheduling/RTCosScheduling.mpc: + * performance-tests/RTCorba/Thread_Pool/Thread_Pool.mpc: + * tests/RTCORBA/Priority_Inversion_With_Bands/Priority_Inversion_With_Bands.mpc: + Do not build these tests when minimum_corba is enabled. + Mon Dec 15 09:24:12 UTC 2003 Johnny Willemsen * examples/POA/Forwarding/POA_Forwarding.mpc: diff --git a/TAO/orbsvcs/tests/RTCosScheduling/RTCosScheduling.mpc b/TAO/orbsvcs/tests/RTCosScheduling/RTCosScheduling.mpc index 0c49c0e8a8b..631ac32227b 100644 --- a/TAO/orbsvcs/tests/RTCosScheduling/RTCosScheduling.mpc +++ b/TAO/orbsvcs/tests/RTCosScheduling/RTCosScheduling.mpc @@ -1,4 +1,5 @@ project(RTCosScheduling_Server): rtcosscheduling, rt_server, orbsvcsexe { + requires += interceptors after += commonlib libs += testSched_Common libpaths += . @@ -15,6 +16,7 @@ project(RTCosScheduling_Server): rtcosscheduling, rt_server, orbsvcsexe { project(RTCosScheduling_Client): rtcosscheduling, rt_client, orbsvcsexe { after += commonlib after += RTCosScheduling_Server + requires += interceptors libs += testSched_Common libpaths += . exename = client diff --git a/TAO/performance-tests/RTCorba/Thread_Pool/Thread_Pool.mpc b/TAO/performance-tests/RTCorba/Thread_Pool/Thread_Pool.mpc index dcd9ab3ae37..b48618d8794 100644 --- a/TAO/performance-tests/RTCorba/Thread_Pool/Thread_Pool.mpc +++ b/TAO/performance-tests/RTCorba/Thread_Pool/Thread_Pool.mpc @@ -1,12 +1,14 @@ project(*RTCorba server): rt_server { + avoids += minimum_corba Source_Files { server.cpp } } project(*RTCorba client): rt_client { + avoids += minimum_corba Source_Files { testC.cpp client.cpp } -} \ No newline at end of file +} diff --git a/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/Priority_Inversion_With_Bands.mpc b/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/Priority_Inversion_With_Bands.mpc index a3206c05ae6..54b5cf28b8a 100644 --- a/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/Priority_Inversion_With_Bands.mpc +++ b/TAO/tests/RTCORBA/Priority_Inversion_With_Bands/Priority_Inversion_With_Bands.mpc @@ -1,4 +1,5 @@ project(*Server): strategies, rt_server { + avoids += minimum_corba Source_Files { test_i.cpp server.cpp @@ -6,6 +7,7 @@ project(*Server): strategies, rt_server { } project(*Client): strategies, rt_client { + avoids += minimum_corba Source_Files { testC.cpp client.cpp -- cgit v1.2.1