summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-04-11 10:49:22 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-04-11 10:49:22 +0000
commit4e2f31ff3abbcc1bb099cb94aedc32a7a54e6550 (patch)
tree66fd1dbcb32f072bb3df393f67aed94fce7fe906
parent1a34b3e3f10d00168b511834cb7a043aa4e696eb (diff)
downloadATCD-4e2f31ff3abbcc1bb099cb94aedc32a7a54e6550.tar.gz
Mon Apr 11 10:48:49 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* tests/MT_NoUpcall_Client_Leader/MT_NoUpcall.mpc: This test requires threads
-rw-r--r--TAO/ChangeLog5
-rw-r--r--TAO/tests/MT_NoUpcall_Client_Leader/MT_NoUpcall.mpc11
2 files changed, 10 insertions, 6 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 0d2f45f29fb..b44fa48b72e 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Mon Apr 11 10:48:49 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tests/MT_NoUpcall_Client_Leader/MT_NoUpcall.mpc:
+ This test requires threads
+
Mon Apr 11 06:31:40 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/tao_idl_be.mpc:
diff --git a/TAO/tests/MT_NoUpcall_Client_Leader/MT_NoUpcall.mpc b/TAO/tests/MT_NoUpcall_Client_Leader/MT_NoUpcall.mpc
index 60cecd1b875..a11e11f20a6 100644
--- a/TAO/tests/MT_NoUpcall_Client_Leader/MT_NoUpcall.mpc
+++ b/TAO/tests/MT_NoUpcall_Client_Leader/MT_NoUpcall.mpc
@@ -10,8 +10,7 @@ project(*idl): taoidldefaults {
custom_only = 1
}
-
-project(*Server): messaging, taoserver {
+project(*Server): messaging, taoserver, threads {
exename = server
after += *idl
Source_Files {
@@ -20,7 +19,7 @@ project(*Server): messaging, taoserver {
worker.cpp
chatter.cpp
police.cpp
- }
+ }
Source_Files {
SharedIntfC.cpp
SharedIntfS.cpp
@@ -28,8 +27,8 @@ project(*Server): messaging, taoserver {
IDL_Files {
}
}
-
-project(*Client): messaging, taoserver {
+
+project(*Client): messaging, taoserver, threads {
exename = client
after += *idl
Source_Files {
@@ -38,7 +37,7 @@ project(*Client): messaging, taoserver {
worker.cpp
chatter.cpp
police.cpp
- }
+ }
Source_Files {
SharedIntfC.cpp
SharedIntfS.cpp