Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / performance-tests / Memory / Single_Threaded / Memory_Growth.mpc
blob77dc292a0cfdaec31c1c25d60e3225e318667ab6
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   IDL_Files {
4     Test.idl
5   }
7   custom_only = 1
10 project(*server): taoserver {
11   after += *idl
12   Source_Files {
13     TestC.cpp
14     TestS.cpp
15     Memory_Growth.cpp
16     server.cpp
17   }
18   IDL_Files {
19   }
22 project(*client): taoclient {
23   after += *idl
24   Source_Files {
25     TestC.cpp
26     client.cpp
27   }
28   IDL_Files {
29   }