summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Trading/Trading.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Trading/Trading.mpc')
-rw-r--r--TAO/orbsvcs/tests/Trading/Trading.mpc53
1 files changed, 53 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Trading/Trading.mpc b/TAO/orbsvcs/tests/Trading/Trading.mpc
new file mode 100644
index 00000000000..1cd5f5c457c
--- /dev/null
+++ b/TAO/orbsvcs/tests/Trading/Trading.mpc
@@ -0,0 +1,53 @@
+project(Trading Test Lib): orbsvcslib {
+ depends += CosTrading CosNaming Svc_Utils IORTable DynamicAny PortableServer TAO
+ libs += TAO_CosNaming TAO_Svc_Utils TAO_IORTable TAO_DynamicAny TAO_PortableServer TAO
+ sharedname = TTest
+
+ Source_Files {
+ TT_Info.cpp
+ Service_Type_Exporter.cpp
+ Offer_Exporter.cpp
+ Offer_Importer.cpp
+ Simple_Dynamic.cpp
+ }
+}
+
+project(export test): namingexe {
+ depends += "Trading Test Lib" CosTrading DynamicAny
+ libs += TTest TAO_CosTrading TAO_DynamicAny
+ exename = export_test
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ export_test.cpp
+ }
+}
+
+project(import test): namingexe {
+ depends += "Trading Test Lib" CosTrading DynamicAny
+ libs += TTest TAO_CosTrading TAO_DynamicAny
+ exename = import_test
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ import_test.cpp
+ }
+}
+
+project(colocated test): namingexe {
+ depends += "Trading Test Lib" CosTrading DynamicAny
+ libs += TTest TAO_CosTrading TAO_DynamicAny
+ exename = colocated_test
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ colocated_test.cpp
+ }
+}
+