summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-02-24 10:46:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-02-24 10:46:56 +0000
commit92076e2d639fe221b03a4d86b09bcd1acc0565f3 (patch)
treebfc11b09a8d6b79dc168443942413df69255a52b
parent0e3fbc081e583f15d778a9de53a615f943e4f12b (diff)
downloadATCD-92076e2d639fe221b03a4d86b09bcd1acc0565f3.tar.gz
ChangeLogTag: Thu Feb 24 10:13:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tests/Collocation/Collocation.mpc2
-rw-r--r--TAO/tests/InterOp-Naming/InterOp-Naming.mpc2
-rw-r--r--TAO/tests/LongUpcalls/LongUpcalls.mpc4
3 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tests/Collocation/Collocation.mpc b/TAO/tests/Collocation/Collocation.mpc
index 7ff42b2e578..e0eba5a4b63 100644
--- a/TAO/tests/Collocation/Collocation.mpc
+++ b/TAO/tests/Collocation/Collocation.mpc
@@ -27,7 +27,7 @@ project(*Diamond) : taolib_with_idl, portableserver {
project(*Server) : taoserver, strategies {
after += Collocation_Test_Stub Collocation_Diamond
libs += Collocation_Test_Stub Collocation_Diamond
-
+ exename = Collocation
IDL_Files {
}
diff --git a/TAO/tests/InterOp-Naming/InterOp-Naming.mpc b/TAO/tests/InterOp-Naming/InterOp-Naming.mpc
index cb15e6d01a8..6e52261eed8 100644
--- a/TAO/tests/InterOp-Naming/InterOp-Naming.mpc
+++ b/TAO/tests/InterOp-Naming/InterOp-Naming.mpc
@@ -2,6 +2,7 @@
// $Id$
project(*Server): taoserver, utils, iortable {
+ exename = INS_test_server
Source_Files {
INS_i.cpp
Server_i.cpp
@@ -10,6 +11,7 @@ project(*Server): taoserver, utils, iortable {
}
project(*Client): taoclient {
+ exename = INS_test_client
Source_Files {
INSC.cpp
INS_test_client.cpp
diff --git a/TAO/tests/LongUpcalls/LongUpcalls.mpc b/TAO/tests/LongUpcalls/LongUpcalls.mpc
index 2400b2be5e8..5bd663d16e0 100644
--- a/TAO/tests/LongUpcalls/LongUpcalls.mpc
+++ b/TAO/tests/LongUpcalls/LongUpcalls.mpc
@@ -2,6 +2,7 @@
// $Id$
project(*Server): taoserver, messaging, ami {
+ exename = blocking_server
Source_Files {
Manager.cpp
blocking_server.cpp
@@ -15,7 +16,8 @@ project(*Client): messaging, taoexe, portableserver, ami {
}
}
-project(*AMI Server): messaging, taoexe, portableserver, ami {
+project(*AMI Server): taoserver, messaging, ami {
+ exename = ami_server
Source_Files {
AMI_Manager.cpp
ami_server.cpp