summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-07-29 14:07:38 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2010-07-29 14:07:38 +0000
commitac680b247190a64f2b05bda60ef261dfec3fd549 (patch)
tree96a5753332049c0674be952413db48f44de295c9
parent081b30ce1e7ec18976d2a45a5fb076912498b1ae (diff)
downloadATCD-ac680b247190a64f2b05bda60ef261dfec3fd549.tar.gz
Thu Jul 29 14:06:53 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/tests/LocalityManager/ExplicitExec/ExplicitExec.mpc: avoids += test_installed, so we can disable on installed builds.
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/DAnCE/tests/LocalityManager/ExplicitExec/ExplicitExec.mpc1
2 files changed, 7 insertions, 0 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index b000cd0b120..5e2cc274fd7 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Jul 29 14:06:53 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * DAnCE/tests/LocalityManager/ExplicitExec/ExplicitExec.mpc:
+
+ avoids += test_installed, so we can disable on installed builds.
+
Thu Jul 29 13:44:34 UTC 2010 William R. Otte <wotte@dre.vanderbilt.edu>
* DAnCE/DAnCE/DAnCE_Core.mpc:
diff --git a/CIAO/DAnCE/tests/LocalityManager/ExplicitExec/ExplicitExec.mpc b/CIAO/DAnCE/tests/LocalityManager/ExplicitExec/ExplicitExec.mpc
index a948a11645d..93d55171c42 100644
--- a/CIAO/DAnCE/tests/LocalityManager/ExplicitExec/ExplicitExec.mpc
+++ b/CIAO/DAnCE/tests/LocalityManager/ExplicitExec/ExplicitExec.mpc
@@ -3,6 +3,7 @@
project (DAnCE_LocalityManager_ExplicitExec) : \
dance_locality_manager, ciao_logger {
exename = explicit_exec
+ avoids += test_installed
libs += CIAO_Deployment_Handlers
after += CIAO_Deployment_Handlers