summaryrefslogtreecommitdiff
path: root/TAO/tests/COIOP/COIOP_Tests.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/COIOP/COIOP_Tests.mpc')
-rw-r--r--TAO/tests/COIOP/COIOP_Tests.mpc37
1 files changed, 37 insertions, 0 deletions
diff --git a/TAO/tests/COIOP/COIOP_Tests.mpc b/TAO/tests/COIOP/COIOP_Tests.mpc
new file mode 100644
index 00000000000..0e20ade2b85
--- /dev/null
+++ b/TAO/tests/COIOP/COIOP_Tests.mpc
@@ -0,0 +1,37 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ IDL_Files {
+ Test.idl
+ }
+ custom_only = 1
+}
+
+project(COIOP_Test): taoserver, strategies {
+ exename = COIOP_Test
+ after += *idl
+ Source_Files {
+ TestC.cpp
+ TestS.cpp
+ COIOP_Test.cpp
+ Client_Task.cpp
+ Server_Task.cpp
+ Hello.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(COIOP_Simple_Test): taoserver, strategies {
+ exename = COIOP_Simple_Test
+ after += *idl
+ Source_Files {
+ TestC.cpp
+ TestS.cpp
+ COIOP_Simple_Test.cpp
+ Hello.cpp
+ }
+ IDL_Files {
+ }
+}