summaryrefslogtreecommitdiff
path: root/CIAO/DAnCE/tests/Config_Handlers/Config_Handlers.mpc
blob: f762b2d87515f18502d719159e4d4c46817936da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//$Id$

project (XSC_Config_Handlers_Tests) : dance_deployment_stub, ciao_config_handlers, ifr_client {
  requires += dummy_label
  includes += $(DANCE_ROOT)/Config_Handlers
  exename = test
  macros   += XML_USE_PTHREADS

  Source_Files {
    test.cpp
  }
}