summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc')
-rw-r--r--TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc50
1 files changed, 50 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc b/TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc
new file mode 100644
index 00000000000..4a50f2e1f38
--- /dev/null
+++ b/TAO/orbsvcs/tests/HTIOP/AMI/HTIOP_AMI.mpc
@@ -0,0 +1,50 @@
+// -*- MPC -*-
+//
+// $Id$
+
+project(*idl): taoidldefaults, ami {
+ IDL_Files {
+ ami_test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): messaging, taoexe, portableserver, ami {
+ after += *idl
+ macros += TEST_OUTPUT_HAS_DLL=0
+ Source_Files {
+ ami_testS.cpp
+ ami_testC.cpp
+ Test_Output.cpp
+ ami_test_i.cpp
+ server.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): messaging, taoexe, portableserver, ami {
+ after += *idl
+ macros += TEST_OUTPUT_HAS_DLL=0
+ Source_Files {
+ ami_testS.cpp
+ ami_testC.cpp
+ Test_Output.cpp
+ client.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Simple Client): messaging, taoexe, portableserver, ami {
+ after += *idl
+ macros += TEST_OUTPUT_HAS_DLL=0
+ Source_Files {
+ ami_testS.cpp
+ ami_testC.cpp
+ Test_Output.cpp
+ simple_client.cpp
+ }
+ IDL_Files {
+ }
+}