summaryrefslogtreecommitdiff
path: root/TAO/tests/Oneway_Timeouts/test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Oneway_Timeouts/test.mpc')
-rw-r--r--TAO/tests/Oneway_Timeouts/test.mpc6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/Oneway_Timeouts/test.mpc b/TAO/tests/Oneway_Timeouts/test.mpc
index 2ff1d62ad2d..bc999788463 100644
--- a/TAO/tests/Oneway_Timeouts/test.mpc
+++ b/TAO/tests/Oneway_Timeouts/test.mpc
@@ -1,6 +1,3 @@
-// -*- MPC -*-
-// $Id$
-
project (*client) : taoexe, messaging, portableserver, strategies {
exename = client
after = *server
@@ -15,7 +12,8 @@ project (*client) : taoexe, messaging, portableserver, strategies {
}
}
-project (*server) : taoserver, messaging, strategies {
+project (*server) : taoexe, messaging, portableserver, strategies {
+ exename = server
source_files {
server.cpp
TestS.cpp