summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Discarding/Discarding.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Discarding/Discarding.mpc')
-rw-r--r--TAO/orbsvcs/tests/Notify/Discarding/Discarding.mpc38
1 files changed, 38 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Discarding/Discarding.mpc b/TAO/orbsvcs/tests/Notify/Discarding/Discarding.mpc
new file mode 100644
index 00000000000..737753c82e1
--- /dev/null
+++ b/TAO/orbsvcs/tests/Notify/Discarding/Discarding.mpc
@@ -0,0 +1,38 @@
+project(Structured Supplier): notifytest {
+ exename = Structured_Supplier
+
+ Source_Files {
+ Structured_Supplier.cpp
+ }
+}
+
+project(Structured Consumer): notifytest {
+ exename = Structured_Consumer
+
+ Source_Files {
+ goC.cpp
+ common.cpp
+ Notify_Structured_Push_Consumer.cpp
+ Structured_Consumer.cpp
+ }
+}
+
+project(Sequence Supplier): notifytest {
+ exename = Sequence_Supplier
+
+ Source_Files {
+ Sequence_Supplier.cpp
+ }
+}
+
+project(Sequence Consumer): notifytest {
+ exename = Sequence_Consumer
+
+ Source_Files {
+ goC.cpp
+ common.cpp
+ Notify_Sequence_Push_Consumer.cpp
+ Sequence_Consumer.cpp
+ }
+}
+