summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-12-15 15:33:49 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-12-15 15:33:49 +0000
commitd6c754f0717ff66bdcc03bb7dd729fe0f451671b (patch)
tree80f10023af21e3245929b9a909a4e4dadbd6f0ac
parentcebade7f24df7197c218a01f30d80faf5c498fa0 (diff)
downloadATCD-d6c754f0717ff66bdcc03bb7dd729fe0f451671b.tar.gz
ChangeLogTag:Mon Dec 15 09:30:28 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/orbsvcs/tests/RTCosScheduling/RTCosScheduling.mpc2
-rw-r--r--TAO/performance-tests/RTCorba/Thread_Pool/Thread_Pool.mpc4
-rw-r--r--TAO/tests/RTCORBA/Priority_Inversion_With_Bands/Priority_Inversion_With_Bands.mpc2
4 files changed, 14 insertions, 1 deletions
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 <bala@dre.vanderbilt.edu>
+
+ * 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 <jwillemsen@remedy.nl>
* 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