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.mpc2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/Client_Leaks/Client_Leaks.mpc b/TAO/tests/Client_Leaks/Client_Leaks.mpc
index 41961bc999f..a83a41950f3 100644
--- a/TAO/tests/Client_Leaks/Client_Leaks.mpc
+++ b/TAO/tests/Client_Leaks/Client_Leaks.mpc
@@ -11,6 +11,7 @@ project(*Server): taoserver {
}
project(*Client): taoclient, anytypecode {
+ after += *Server
Source_Files {
TestC.cpp
Client_Task.cpp
@@ -20,6 +21,7 @@ project(*Client): taoclient, anytypecode {
project(*Child): taoserver {
exename = child
+ after += *Client
Source_Files {
Process.cpp
child.cpp