summaryrefslogtreecommitdiff
path: root/TAO/tests/RTScheduling/Scheduling_Interceptor/Scheduler_Interceptor.mpc
blob: a9fce2cd5325eec6819b1e292db445c4d3d9b1e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$
project(*Server): rtscheduling_server {
  Source_Files {
    ../Scheduler.cpp
    test_server.cpp
  }

  exename = Scheduler_Interceptor_Server
}

project(*Client) : rtscheduling_client {
  after += *Server
  Source_Files {
    ../Scheduler.cpp
    testC.cpp
    test_client.cpp
  }

  exename = Scheduler_Interceptor_Client 
}