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.mpc61
1 files changed, 61 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..13505679e58
--- /dev/null
+++ b/TAO/orbsvcs/tests/Trading/Trading.mpc
@@ -0,0 +1,61 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Test Lib): orbsvcslib, trading_serv, naming, utils, pi, codecfactory {
+ sharedname = TTest
+ idlflags += -I..\..\.. -I..\..\..\orbsvcs -Wb,export_macro=TAO_TTest_Export -Wb,export_include=ttest_export.h
+ dynamicflags = TAO_TTEST_BUILD_DLL
+
+ Source_Files {
+ TT_Info.cpp
+ Service_Type_Exporter.cpp
+ Offer_Exporter.cpp
+ Offer_Importer.cpp
+ Simple_Dynamic.cpp
+ }
+ Header_Files {
+ ttest_export.h
+ TT_Info.h
+ Service_Type_Exporter.h
+ Offer_Exporter.h
+ Offer_Importer.h
+ Simple_Dynamic.h
+ }
+}
+
+project(*export test): namingexe, trading_serv, utils {
+ after += Trading_Test_Lib
+ libs += TTest
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ export_test.cpp
+ }
+}
+
+project(*import test): namingexe, trading_serv, utils {
+ after += Trading_Test_Lib
+ libs += TTest
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ import_test.cpp
+ }
+}
+
+project(*colocated test): namingexe, trading_serv, utils {
+ after += Trading_Test_Lib
+ libs += TTest
+
+ IDL_Files {
+ }
+
+ Source_Files {
+ colocated_test.cpp
+ }
+}
+