summaryrefslogtreecommitdiff
path: root/DAnCE/tests/Config_Handlers/DynAny_Handler/test.mpc
blob: f0e282b129d782501d6ee49625de0126efbf390f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$
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
  }
}