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