summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Performance/Event_Performance.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Performance/Event_Performance.mpc')
-rw-r--r--TAO/orbsvcs/tests/Event/Performance/Event_Performance.mpc38
1 files changed, 38 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Event/Performance/Event_Performance.mpc b/TAO/orbsvcs/tests/Event/Performance/Event_Performance.mpc
new file mode 100644
index 00000000000..b0df7a26f09
--- /dev/null
+++ b/TAO/orbsvcs/tests/Event/Performance/Event_Performance.mpc
@@ -0,0 +1,38 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Throughput): eventperftestexe {
+ exename = Throughput
+ Source_Files {
+ Throughput.cpp
+ }
+}
+
+project(*Connect): eventperftestexe {
+ exename = Connect
+ Source_Files {
+ Connect.cpp
+ }
+}
+
+project(*Inversion): eventperftestexe {
+ exename = Inversion
+ Source_Files {
+ Inversion.cpp
+ }
+}
+
+project(*Latency): eventperftestexe, strategies {
+ exename = Latency
+ Source_Files {
+ Latency.cpp
+ }
+}
+
+project(*Latency_Server): eventperftestexe, rtevent_serv, strategies {
+ exename = Latency_Server
+ Source_Files {
+ Latency_Server.cpp
+ }
+}
+