summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/CDR/CDR.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/CDR/CDR.mpc')
-rw-r--r--trunk/TAO/tests/CDR/CDR.mpc51
1 files changed, 51 insertions, 0 deletions
diff --git a/trunk/TAO/tests/CDR/CDR.mpc b/trunk/TAO/tests/CDR/CDR.mpc
new file mode 100644
index 00000000000..cfbc027a2b2
--- /dev/null
+++ b/trunk/TAO/tests/CDR/CDR.mpc
@@ -0,0 +1,51 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Alignment) : taoexe {
+ exename = alignment
+
+ Source_Files {
+ alignment.cpp
+ }
+}
+
+project(*Allocator) : taoexe {
+ exename = allocator
+
+ Source_Files {
+ allocator.cpp
+ }
+}
+
+project(*Basic Types) : taoexe, anytypecode {
+ exename = basic_types
+
+ Source_Files {
+ basic_types.cpp
+ }
+}
+
+project(*Growth) : taoexe {
+ exename = growth
+
+ Source_Files {
+ growth.cpp
+ }
+}
+
+project(*Octet Sequence) : taoexe {
+ exename = octet_sequence
+
+ Source_Files {
+ octet_sequence.cpp
+ }
+}
+
+project(*Tc) : taoexe, anytypecode {
+ exename = tc
+
+ Source_Files {
+ tc.cpp
+ }
+}
+