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.mpc28
1 files changed, 28 insertions, 0 deletions
diff --git a/TAO/tests/Oneway_Timeouts/test.mpc b/TAO/tests/Oneway_Timeouts/test.mpc
new file mode 100644
index 00000000000..2ff1d62ad2d
--- /dev/null
+++ b/TAO/tests/Oneway_Timeouts/test.mpc
@@ -0,0 +1,28 @@
+// -*- MPC -*-
+// $Id$
+
+project (*client) : taoexe, messaging, portableserver, strategies {
+ exename = client
+ after = *server
+ source_files {
+ client.cpp
+ TestC.cpp
+ }
+ header_files {
+ TestC.h
+ }
+ idl_files {
+ }
+}
+
+project (*server) : taoserver, messaging, strategies {
+ source_files {
+ server.cpp
+ TestS.cpp
+ TestC.cpp
+ }
+ header_files {
+ TestS.h
+ TestC.h
+ }
+}