summaryrefslogtreecommitdiff
path: root/trunk/TAO/performance-tests/Memory/IORsize/Memory_IORsize.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/performance-tests/Memory/IORsize/Memory_IORsize.mpc')
-rw-r--r--trunk/TAO/performance-tests/Memory/IORsize/Memory_IORsize.mpc38
1 files changed, 38 insertions, 0 deletions
diff --git a/trunk/TAO/performance-tests/Memory/IORsize/Memory_IORsize.mpc b/trunk/TAO/performance-tests/Memory/IORsize/Memory_IORsize.mpc
new file mode 100644
index 00000000000..0fe46138f86
--- /dev/null
+++ b/trunk/TAO/performance-tests/Memory/IORsize/Memory_IORsize.mpc
@@ -0,0 +1,38 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ idl_files {
+ Test.idl
+ }
+ custom_only = 1
+}
+
+project(*client) : taoserver {
+ after += *idl
+
+ exename = client
+ source_files {
+ client.cpp
+ Foo_i.cpp
+ TestS.cpp
+ TestC.cpp
+ }
+
+ idl_files {
+ }
+}
+
+project(*server) : taoserver {
+ after += *idl
+
+ source_files {
+ server.cpp
+ Memory_Growth.cpp
+ TestS.cpp
+ TestC.cpp
+ }
+
+ idl_files {
+ }
+}