summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Timeout/MT_Timeout.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MT_Timeout/MT_Timeout.mpc')
-rw-r--r--TAO/tests/MT_Timeout/MT_Timeout.mpc2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tests/MT_Timeout/MT_Timeout.mpc b/TAO/tests/MT_Timeout/MT_Timeout.mpc
index 634030e4814..c7cd2964fbe 100644
--- a/TAO/tests/MT_Timeout/MT_Timeout.mpc
+++ b/TAO/tests/MT_Timeout/MT_Timeout.mpc
@@ -2,6 +2,7 @@
// $Id$
project(*Server): messaging, taoserver {
+ exename = server
Source_Files {
Sleep_Service.cpp
Server_Task.cpp
@@ -10,6 +11,7 @@ project(*Server): messaging, taoserver {
}
project(*Client): messaging, taoexe, portableserver {
+ exename = client
after += *Server
Source_Files {
TestC.cpp