summaryrefslogtreecommitdiff
path: root/DAnCE/tests/NameServiceTest/NameServiceTest.mpc
blob: 1788bc60f107b2f1bc96e95ea79cd654d72d67b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
project(*idl): danceidldefaults {
  IDL_Files {
    Dummy.idl
  }
  custom_only = 1
}

project (*NameServiceTestServer): dance, taoserver, iortable, naming_serv, dance_logger {
  after += *idl
  IDL_Files {
  }
  Source_Files {
    srv_main.cpp
    DummyC.cpp
    DummyS.cpp
    DummyImpl.cpp
  }
}

project (NameServiceTestClient): dance, taoclient, naming, dance_logger {
  after += *idl
  IDL_Files {
  }
  Source_Files {
    clt_main.cpp
    DummyC.cpp
  }
}