summaryrefslogtreecommitdiff
path: root/ACE/ACEXML/tests/tests.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ACEXML/tests/tests.mpc')
-rw-r--r--ACE/ACEXML/tests/tests.mpc30
1 files changed, 30 insertions, 0 deletions
diff --git a/ACE/ACEXML/tests/tests.mpc b/ACE/ACEXML/tests/tests.mpc
new file mode 100644
index 00000000000..e0a2365e689
--- /dev/null
+++ b/ACE/ACEXML/tests/tests.mpc
@@ -0,0 +1,30 @@
+// -*- MPC -*-
+// $Id$
+
+project(Transcoder_Test): aceexe, acexml {
+ exename = Transcoder_Test
+ Source_Files {
+ Transcoder_Test.cpp
+ }
+}
+
+project(NamespaceSupport_Test): aceexe, acexml {
+ exename = NamespaceSupport_Test
+ Source_Files {
+ NamespaceSupport_Test.cpp
+ }
+}
+
+project(HttpCharStream_Test): aceexe, acexml {
+ exename = HttpCharStream_Test
+ Source_Files {
+ HttpCharStream_Test.cpp
+ }
+}
+
+project(ContentHandler_Test): aceexe, acexml {
+ exename = ContentHandler_Test
+ Source_Files {
+ ContentHandler_Test.cpp
+ }
+}