summaryrefslogtreecommitdiff
path: root/DAnCE/tests/Config_Handlers/DynAny_Handler/test.mpc
blob: 3c8d6d40b81080ef5b085c9efb7108eedb6f993a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
project (XSC_DynAny_Test) : dance_config_handlers, ifr_client, danceidldefaults {
  requires += dummy_label
  exename = test
  macros   += XML_USE_PTHREADS

  IDL_Files {
    dynany_test.idl
  }

  Source_Files {
    test.cpp
  }
}