diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-23 18:27:48 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-23 18:27:48 +0000 |
commit | 9961db77946b4e046227d92548830ba6a3b291c7 (patch) | |
tree | a6cde9a25954b1c033e45db4b79cdd882301fd4c /ACEXML | |
parent | 3f41b94fdf4dd5005666e7ad5e4a9bd0e218fd80 (diff) | |
download | ATCD-9961db77946b4e046227d92548830ba6a3b291c7.tar.gz |
ChangeLogTag: Thu Sep 23 13:24:54 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'ACEXML')
-rw-r--r-- | ACEXML/tests/tests.mpc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ACEXML/tests/tests.mpc b/ACEXML/tests/tests.mpc index c6a0b85e7b5..e0a2365e689 100644 --- a/ACEXML/tests/tests.mpc +++ b/ACEXML/tests/tests.mpc @@ -2,24 +2,28 @@ // $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 } |