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

  exename = Scheduler_Interceptor_Server
}

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

  exename = Scheduler_Interceptor_Client 
}