summaryrefslogtreecommitdiff
path: root/TAO/tests/DynAny_Test/DynAny_Test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DynAny_Test/DynAny_Test.mpc')
-rw-r--r--TAO/tests/DynAny_Test/DynAny_Test.mpc17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/tests/DynAny_Test/DynAny_Test.mpc b/TAO/tests/DynAny_Test/DynAny_Test.mpc
new file mode 100644
index 00000000000..1268e842182
--- /dev/null
+++ b/TAO/tests/DynAny_Test/DynAny_Test.mpc
@@ -0,0 +1,17 @@
+project(basic test): server {
+ depends += DynamicAny
+ libs += TAO_DynamicAny
+ exename = basic_test
+
+ Source_Files {
+ data.cpp
+ driver.cpp
+ test_dynany.cpp
+ test_dynarray.cpp
+ test_dynenum.cpp
+ test_dynsequence.cpp
+ test_dynstruct.cpp
+ test_dynunion.cpp
+ test_wrapper.cpp
+ }
+}