summaryrefslogtreecommitdiff
path: root/TAO/tests/Timeout/Timeout.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Timeout/Timeout.mpc')
-rw-r--r--TAO/tests/Timeout/Timeout.mpc15
1 files changed, 14 insertions, 1 deletions
diff --git a/TAO/tests/Timeout/Timeout.mpc b/TAO/tests/Timeout/Timeout.mpc
index 5826c607d6e..e42705f179e 100644
--- a/TAO/tests/Timeout/Timeout.mpc
+++ b/TAO/tests/Timeout/Timeout.mpc
@@ -1,11 +1,23 @@
// -*- MPC -*-
// $Id$
+project(*idl): taoidldefaults {
+ IDL_Files {
+ test.idl
+ }
+ custom_only = 1
+}
+
project(*Server): taoserver {
+ after += *idl
Source_Files {
test_i.cpp
+ testS.cpp
+ testC.cpp
server.cpp
}
+ IDL_Files {
+ }
}
project(*Client): taoclient, messaging {
@@ -14,5 +26,6 @@ project(*Client): taoclient, messaging {
testC.cpp
client.cpp
}
+ IDL_Files {
+ }
}
-