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