summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Basic/Basic.mpc
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-25 16:09:27 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-25 16:09:27 +0000
commit9c8c2a15b5c8af8ecc0353d5582368524979459a (patch)
tree4aeedd6e44108cb39fd15d255d14519806d6992e /TAO/orbsvcs/tests/Notify/Basic/Basic.mpc
parent002f5e6075e8f3610b63134cdf721dee2c26a597 (diff)
downloadATCD-9c8c2a15b5c8af8ecc0353d5582368524979459a.tar.gz
Wed Jun 25 11:00:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Basic/Basic.mpc')
-rw-r--r--TAO/orbsvcs/tests/Notify/Basic/Basic.mpc18
1 files changed, 12 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Basic/Basic.mpc b/TAO/orbsvcs/tests/Notify/Basic/Basic.mpc
index 106b27d1b73..394ce4a885f 100644
--- a/TAO/orbsvcs/tests/Notify/Basic/Basic.mpc
+++ b/TAO/orbsvcs/tests/Notify/Basic/Basic.mpc
@@ -1,4 +1,4 @@
-project(ConnectDisconnect): notifytest {
+project(*Notify ConnectDisconnect): notifytest {
exename = ConnectDisconnect
Source_Files {
@@ -7,7 +7,7 @@ project(ConnectDisconnect): notifytest {
}
-project(LifeCycle): notifytest {
+project(*Notify LifeCycle): notifytest {
exename = LifeCycle
Source_Files {
@@ -15,7 +15,7 @@ project(LifeCycle): notifytest {
}
}
-project(IdAssignment): notifytest {
+project(*Notify IdAssignment): notifytest {
exename = IdAssignment
Source_Files {
@@ -23,7 +23,7 @@ project(IdAssignment): notifytest {
}
}
-project(Events): notifytest {
+project(*Notify Events): notifytest {
exename = Events
Source_Files {
@@ -31,7 +31,7 @@ project(Events): notifytest {
}
}
-project(AdminProperties): notifytest {
+project(*Notify AdminProperties): notifytest {
exename = AdminProperties
Source_Files {
@@ -39,7 +39,7 @@ project(AdminProperties): notifytest {
}
}
-project(Simple): notifytest {
+project(*Notify Simple): notifytest {
exename = Simple
Source_Files {
@@ -47,3 +47,9 @@ project(Simple): notifytest {
}
}
+project(*Notify MultiTypes): notifytest {
+ Source_Files {
+ MultiTypes.cpp
+ }
+}
+