summaryrefslogtreecommitdiff
path: root/TAO/tests/Param_Test/Param_Test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Param_Test/Param_Test.mpc')
-rw-r--r--TAO/tests/Param_Test/Param_Test.mpc69
1 files changed, 69 insertions, 0 deletions
diff --git a/TAO/tests/Param_Test/Param_Test.mpc b/TAO/tests/Param_Test/Param_Test.mpc
new file mode 100644
index 00000000000..44ac1f386a3
--- /dev/null
+++ b/TAO/tests/Param_Test/Param_Test.mpc
@@ -0,0 +1,69 @@
+project: messaging {
+ Source_Files {
+ param_test_i.cpp
+ tmplinst
+ server.cpp
+ }
+}
+
+project(client): messaging {
+ depends += DynamicInterface
+ libs += TAO_DynamicInterface
+ exename = client
+
+ Source_Files {
+ param_testC.cpp
+ driver.cpp
+ options.cpp
+ results.cpp
+ helper.cpp
+ tmplinst.cpp
+ any.cpp
+ bd_long_seq.cpp
+ bd_short_seq.cpp
+ bd_str_seq.cpp
+ bd_wstr_seq.cpp
+ bd_string.cpp
+ bd_wstring.cpp
+ bd_struct_seq.cpp
+ bd_array_seq.cpp
+ fixed_array.cpp
+ fixed_struct.cpp
+ nested_struct.cpp
+ objref_struct.cpp
+ objref.cpp
+ short.cpp
+ ulonglong.cpp
+ typecode.cpp
+ ub_any_seq.cpp
+ ub_long_seq.cpp
+ ub_objref_seq.cpp
+ ub_short_seq.cpp
+ ub_str_seq.cpp
+ ub_wstr_seq.cpp
+ ub_string.cpp
+ ub_wstring.cpp
+ ub_struct_seq.cpp
+ ub_array_seq.cpp
+ var_array.cpp
+ var_struct.cpp
+ recursive_struct.cpp
+ except.cpp
+ big_union.cpp
+ small_union.cpp
+ recursive_union.cpp
+ multdim_array.cpp
+ complex_any.cpp
+ client.cpp
+ }
+}
+
+project(anyop): messaging {
+ exename = anyop
+
+ Source_Files {
+ param_testC.cpp
+ anyop.cpp
+ }
+}
+