summaryrefslogtreecommitdiff
path: root/TAO/examples/Kokyu_dsrt_schedulers/edf_example/ec_test.mpc
blob: 698a3c56ac53e35990c9873ace5a112d68e0bcab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
project(ectest_app): orbsvcsexe, rtevent, rtsched, kokyu, acexml {
  exename = ectest
  after += test_driver_lib
  libs += wrappers Test_Driver
  libpaths += . $TAO_ROOT/orbsvcs/examples/RtEC/test_driver

  Source_Files {
    ec_test.cpp
    ec_consumer.cpp
    ec_supplier.cpp
  }
}