summaryrefslogtreecommitdiff
path: root/DAnCE/tests/Config_Handlers/Config_Handlers.mpc
blob: a0650f631f0a7ee3eec80c6714bc31155808002a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
  }
}