summaryrefslogtreecommitdiff
path: root/TAO/tests/Client_Leaks/Client_Leaks.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Client_Leaks/Client_Leaks.mpc')
-rw-r--r--TAO/tests/Client_Leaks/Client_Leaks.mpc25
1 files changed, 25 insertions, 0 deletions
diff --git a/TAO/tests/Client_Leaks/Client_Leaks.mpc b/TAO/tests/Client_Leaks/Client_Leaks.mpc
new file mode 100644
index 00000000000..3ea6df81994
--- /dev/null
+++ b/TAO/tests/Client_Leaks/Client_Leaks.mpc
@@ -0,0 +1,25 @@
+project: server {
+ Source_Files {
+ Process_Factory.cpp
+ Startup_Callback.cpp
+ Server_Task.cpp
+ server.cpp
+ }
+}
+
+project: client {
+ Source_Files {
+ TestC.cpp
+ Client_Task.cpp
+ client.cpp
+ }
+}
+
+project(child): server {
+ exename = child
+ Source_Files {
+ Process.cpp
+ child.cpp
+ }
+}
+