summaryrefslogtreecommitdiff
path: root/trunk/TAO/performance-tests/Latency/Thread_Per_Connection/Thread_Per_Connection.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/performance-tests/Latency/Thread_Per_Connection/Thread_Per_Connection.mpc')
-rw-r--r--trunk/TAO/performance-tests/Latency/Thread_Per_Connection/Thread_Per_Connection.mpc33
1 files changed, 33 insertions, 0 deletions
diff --git a/trunk/TAO/performance-tests/Latency/Thread_Per_Connection/Thread_Per_Connection.mpc b/trunk/TAO/performance-tests/Latency/Thread_Per_Connection/Thread_Per_Connection.mpc
new file mode 100644
index 00000000000..15f41e7c886
--- /dev/null
+++ b/trunk/TAO/performance-tests/Latency/Thread_Per_Connection/Thread_Per_Connection.mpc
@@ -0,0 +1,33 @@
+// -*- MPC -*-
+// $Id$
+
+project(*latency_idl): taoidldefaults, strategies {
+ IDL_Files {
+ Test.idl
+ }
+ custom_only = 1
+}
+
+project(*latency server): taoserver, strategies {
+ after += *latency_idl
+ Source_Files {
+ Roundtrip.cpp
+ TestS.cpp
+ TestC.cpp
+ server.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*latency client) : taoclient, strategies {
+ after += *latency_idl
+ Source_Files {
+ TestC.cpp
+ Client_Task.cpp
+ client.cpp
+ }
+ IDL_Files {
+ }
+}
+