summaryrefslogtreecommitdiff
path: root/DAnCE/tests/Config_Handlers/Package_Handlers/Package_Handlers.mpc
blob: 89756a00ae49ef7f222eb4d8d49cf7fb52437bbc (plain)
1
2
3
4
5
6
7
8
9
project (Package_Config_Handlers_Tests) : dance_deployment_stub, dance_config_handlers, ifr_client {
  exename = test
  macros   += XML_USE_PTHREADS
  requires += dummy_label

  Source_Files {
    test.cpp
  }
}