summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify')
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/Basic.mpc16
-rw-r--r--TAO/orbsvcs/tests/Notify/Structured_Filter/Structured_Filter.mpc4
-rw-r--r--TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Multi_Filter.mpc4
-rw-r--r--TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc2
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen.mpc2
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc2
6 files changed, 9 insertions, 21 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/Basic.mpc b/TAO/orbsvcs/tests/Notify/Basic/Basic.mpc
index b23d1388ccc..b44d9380f30 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/Basic.mpc
+++ b/TAO/orbsvcs/tests/Notify/Basic/Basic.mpc
@@ -1,47 +1,35 @@
project(*Notify ConnectDisconnect): notifytest {
- exename = ConnectDisconnect
-
Source_Files {
ConnectDisconnect.cpp
}
}
-project(*Notify LifeCycle): notifytest {
- exename = LifeCycle
-
+project(*Notify LifeCycle): notifytest, naming {
Source_Files {
LifeCycle.cpp
}
}
-project(*Notify IdAssignment): notifytest {
- exename = IdAssignment
-
+project(*Notify IdAssignment): notifytest, naming {
Source_Files {
IdAssignment.cpp
}
}
project(*Notify Events): notifytest {
- exename = Events
-
Source_Files {
Events.cpp
}
}
project(*Notify AdminProperties): notifytest {
- exename = AdminProperties
-
Source_Files {
AdminProperties.cpp
}
}
project(*Notify Simple): notifytest {
- exename = Simple
-
Source_Files {
Simple.cpp
}
diff --git a/TAO/orbsvcs/tests/Notify/Structured_Filter/Structured_Filter.mpc b/TAO/orbsvcs/tests/Notify/Structured_Filter/Structured_Filter.mpc
index 5ee6ac4d4f7..108d551895e 100644
--- a/TAO/orbsvcs/tests/Notify/Structured_Filter/Structured_Filter.mpc
+++ b/TAO/orbsvcs/tests/Notify/Structured_Filter/Structured_Filter.mpc
@@ -1,4 +1,4 @@
-project(*Notify Structured Supplier): notifytest {
+project(*Notify Structured Supplier): notifytest, naming {
exename = Structured_Supplier
Source_Files {
@@ -6,7 +6,7 @@ project(*Notify Structured Supplier): notifytest {
}
}
-project(*Notify Structured Consumer): notifytest {
+project(*Notify Structured Consumer): notifytest, naming {
exename = Structured_Consumer
Source_Files {
diff --git a/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Multi_Filter.mpc b/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Multi_Filter.mpc
index d8c014e0cab..e362b11ada8 100644
--- a/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Multi_Filter.mpc
+++ b/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/Structured_Multi_Filter.mpc
@@ -1,4 +1,4 @@
-project(*Notify Structured Supplier): notifytest {
+project(*Notify Structured Supplier): notifytest, naming {
exename = Structured_Supplier
Source_Files {
@@ -7,7 +7,7 @@ project(*Notify Structured Supplier): notifytest {
}
}
-project(*Notify Structured Consumer): notifytest {
+project(*Notify Structured Consumer): notifytest, naming {
exename = Structured_Consumer
Source_Files {
diff --git a/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc b/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc
index 7e0cd7fbc09..4cc646ec5dc 100644
--- a/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc
+++ b/TAO/orbsvcs/tests/Notify/lib/Notify_lib.mpc
@@ -1,4 +1,4 @@
-project(NotifyTests_Lib): orbsvcslib, notify {
+project(NotifyTests_Lib): orbsvcslib, notify, naming {
sharedname = NotifyTests
dynamicflags = TAO_NOTIFY_TEST_BUILD_DLL
} \ No newline at end of file
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen.mpc b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen.mpc
index 84a3653adac..f0463d665e5 100644
--- a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen.mpc
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/RedGreen.mpc
@@ -1,3 +1,3 @@
-project(*notify perf RedGreen): notifytest {
+project(*notify perf RedGreen): notifytest, naming {
exename = RedGreen_Test
}
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc
index 144536943a2..740e3e54598 100644
--- a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Throughput.mpc
@@ -1,3 +1,3 @@
-project(*notify perf Throughput): notifytest, strategies, messaging {
+project(*notify perf Throughput): notifytest, strategies, messaging, naming {
exename = Throughput
}