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

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

  Source_Files {
    test.cpp
  }
}