summaryrefslogtreecommitdiff
path: root/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc')
-rw-r--r--TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc13
1 files changed, 13 insertions, 0 deletions
diff --git a/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc b/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc
index 0062f6026ca..da07650f146 100644
--- a/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc
+++ b/TAO/tests/Server_Connection_Purging/Server_Connection_Purging.mpc
@@ -33,3 +33,16 @@ project(*Client): taoclient, anytypecode {
IDL_Files {
}
}
+
+project(*ShutdownClient): taoclient, anytypecode {
+ after += *idl
+ exename = shutdown_client
+ Source_Files {
+ client2.cpp
+ }
+ Source_Files {
+ TestC.cpp
+ }
+ IDL_Files {
+ }
+}