summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/DynAny_Test/DynAny_Test.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/DynAny_Test/DynAny_Test.mpc')
-rw-r--r--trunk/TAO/tests/DynAny_Test/DynAny_Test.mpc19
1 files changed, 19 insertions, 0 deletions
diff --git a/trunk/TAO/tests/DynAny_Test/DynAny_Test.mpc b/trunk/TAO/tests/DynAny_Test/DynAny_Test.mpc
new file mode 100644
index 00000000000..8b40435f308
--- /dev/null
+++ b/trunk/TAO/tests/DynAny_Test/DynAny_Test.mpc
@@ -0,0 +1,19 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Basic): taoserver, dynamicany {
+ exename = basic_test
+
+ Source_Files {
+ data.cpp
+ driver.cpp
+ analyzer.cpp
+ test_dynany.cpp
+ test_dynarray.cpp
+ test_dynenum.cpp
+ test_dynsequence.cpp
+ test_dynstruct.cpp
+ test_dynunion.cpp
+ test_wrapper.cpp
+ }
+}