summaryrefslogtreecommitdiff
path: root/trunk/TAO/orbsvcs/tests/EC_Throughput/EC_Throughput.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/orbsvcs/tests/EC_Throughput/EC_Throughput.mpc')
-rw-r--r--trunk/TAO/orbsvcs/tests/EC_Throughput/EC_Throughput.mpc34
1 files changed, 34 insertions, 0 deletions
diff --git a/trunk/TAO/orbsvcs/tests/EC_Throughput/EC_Throughput.mpc b/trunk/TAO/orbsvcs/tests/EC_Throughput/EC_Throughput.mpc
new file mode 100644
index 00000000000..ebbb7c450a8
--- /dev/null
+++ b/trunk/TAO/orbsvcs/tests/EC_Throughput/EC_Throughput.mpc
@@ -0,0 +1,34 @@
+// -*- MPC -*-
+// $Id$
+
+project(ECT Supplier): rteventexe, rtevent, rtsched, naming, iortable, messaging {
+ avoids += ace_for_tao
+ exename = ECT_Supplier
+
+ Source_Files {
+ ECT_Driver.cpp
+ ECT_Supplier_Driver.cpp
+ ECT_Supplier.cpp
+ }
+}
+
+project(ECT Consumer): rteventexe, rtevent, rtsched, naming, iortable, messaging {
+ exename = ECT_Consumer
+
+ Source_Files {
+ ECT_Driver.cpp
+ ECT_Consumer_Driver.cpp
+ ECT_Consumer.cpp
+ }
+}
+
+project(ECT Throughput): rteventexe, rtevent_serv, rtsched, naming, iortable, messaging {
+ exename = ECT_Throughput
+
+ Source_Files {
+ ECT_Driver.cpp
+ ECT_Consumer.cpp
+ ECT_Supplier.cpp
+ ECT_Throughput.cpp
+ }
+}