summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Supports/Supports_Test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Supports/Supports_Test.mpc')
-rw-r--r--TAO/tests/OBV/Supports/Supports_Test.mpc6
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tests/OBV/Supports/Supports_Test.mpc b/TAO/tests/OBV/Supports/Supports_Test.mpc
index 3f9dc4ef6a7..24aebf5b75b 100644
--- a/TAO/tests/OBV/Supports/Supports_Test.mpc
+++ b/TAO/tests/OBV/Supports/Supports_Test.mpc
@@ -2,6 +2,9 @@
project(*Server): taoserver, valuetype {
exename = server
+ // This is just a dummy_lable to prevent the test from being compiled
+ // in MPC builds
+ requires += dummy_label
libs += TAO_Strategies
libpaths += ../../../../ace,../../../tao,../../../tao/PortableServer,../../../tao/Valuetype,../../../tao/IORInterceptor,../../../tao/ObjRefTemplate,../../../tao/Strategies
Source_Files {
@@ -19,6 +22,9 @@ project(*Server): taoserver, valuetype {
project(*Client): taoclient, taoserver, valuetype {
exename = client
+ // This is just a dummy_lable to prevent the test from being compiled
+ // in MPC builds
+ requires += dummy_label
libpaths += ../../../../ace,../../../tao,../../../tao/PortableServer,../../../tao/Valuetype,../../../tao/IORInterceptor,../../../tao/ObjRefTemplate,../../../tao/Strategies
Source_Files {
client.cpp