summaryrefslogtreecommitdiff
path: root/modules/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc')
-rw-r--r--modules/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc22
1 files changed, 22 insertions, 0 deletions
diff --git a/modules/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc b/modules/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc
new file mode 100644
index 00000000000..5c824ef9072
--- /dev/null
+++ b/modules/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc
@@ -0,0 +1,22 @@
+// $Id$
+project (RoundTrip_server) : strategies, ciao_executor {
+ exename = server
+ after += Benchmark_skel
+ libs += Benchmark_stub Benchmark_skel
+ libpaths += ..
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ server.cpp
+ LatencyTest.cpp
+ }
+
+ Header_Files {
+ LatencyTest.h
+ }
+
+ Inline_Files {
+ }
+}