summaryrefslogtreecommitdiff
path: root/CIAO/performance-tests/Benchmark/RoundTripServer/RoundTripServer.mpc
blob: e3c27c5234189ac74c918215db01efc14fe0dba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 {
  }
}