summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/POA
diff options
context:
space:
mode:
authorisisbuilds <isisbuilds@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-08 18:47:17 +0000
committerisisbuilds <isisbuilds@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-08 18:47:17 +0000
commit74d25ece7e38c92d8ddb9952a49bad1c6629a750 (patch)
tree4dcc5cd1dbae97994fafc0257a91e712c01f9ab0 /TAO/performance-tests/POA
parent5e8d60f34a67c94a18a630e72d0f8e7317d46b79 (diff)
downloadATCD-74d25ece7e38c92d8ddb9952a49bad1c6629a750.tar.gz
ChangeLogTag:Thu Dec 8 06:45:36 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/performance-tests/POA')
-rw-r--r--TAO/performance-tests/POA/Create_Reference/Create_Reference.mpc1
-rw-r--r--TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc7
-rw-r--r--TAO/performance-tests/POA/Object_Creation_And_Registration/Object_Creation_And_Registration.mpc1
3 files changed, 6 insertions, 3 deletions
diff --git a/TAO/performance-tests/POA/Create_Reference/Create_Reference.mpc b/TAO/performance-tests/POA/Create_Reference/Create_Reference.mpc
index ef17b715328..e0d5963b3d2 100644
--- a/TAO/performance-tests/POA/Create_Reference/Create_Reference.mpc
+++ b/TAO/performance-tests/POA/Create_Reference/Create_Reference.mpc
@@ -2,5 +2,6 @@
// $Id$
project: taoserver {
+ avoids += ace_for_tao
exename = create_reference
}
diff --git a/TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc b/TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc
index bafe46cd208..b95d547dc66 100644
--- a/TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc
+++ b/TAO/performance-tests/POA/Implicit_Activation/Implicit_Activation.mpc
@@ -27,7 +27,8 @@ project(*server): taoserver {
}
project(*client): taoclient {
- after += *idl
+ avoids += ace_for_tao
+ after += *idl
Source_Files {
TestC.cpp
@@ -39,8 +40,8 @@ project(*client): taoclient {
}
project(*collocated): taoserver {
- after += *idl
-
+ avoids += ace_for_tao
+ after += *idl
exename = collocated
Source_Files {
Simple.cpp
diff --git a/TAO/performance-tests/POA/Object_Creation_And_Registration/Object_Creation_And_Registration.mpc b/TAO/performance-tests/POA/Object_Creation_And_Registration/Object_Creation_And_Registration.mpc
index c0302e86220..3ebd5ff6be4 100644
--- a/TAO/performance-tests/POA/Object_Creation_And_Registration/Object_Creation_And_Registration.mpc
+++ b/TAO/performance-tests/POA/Object_Creation_And_Registration/Object_Creation_And_Registration.mpc
@@ -2,5 +2,6 @@
// $Id$
project(registration): taoexe, portableserver {
+ avoids += ace_for_tao
exename = registration
}