aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-01-01 16:19:24 +0100
committerVincent Richard <[email protected]>2005-01-01 16:19:24 +0100
commit83072d5f1814be4cadc5992011983d60607f1dd3 (patch)
tree8c54bb73e7b5b1b3896eb94b429e6946b72b3cbb /SConstruct
parentConverted all C-style casts to C++-style casts + added unit test for utility:... (diff)
downloadvmime-83072d5f1814be4cadc5992011983d60607f1dd3.tar.gz
vmime-83072d5f1814be4cadc5992011983d60607f1dd3.zip
Added unit tests for 'utility::stringProxy' and 'utility::stringUtils'.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 3 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 754ba276..2732ec8a 100644
--- a/SConstruct
+++ b/SConstruct
@@ -306,7 +306,9 @@ libvmimetest_sources = [
[ 'tests/parser/mailboxTest', [ 'tests/parser/mailboxTest.cpp' ] ],
[ 'tests/parser/mediaTypeTest', [ 'tests/parser/mediaTypeTest.cpp' ] ],
[ 'tests/parser/textTest', [ 'tests/parser/textTest.cpp' ] ],
- [ 'tests/utility/md5Test', [ 'tests/utility/md5Test.cpp' ] ]
+ [ 'tests/utility/md5Test', [ 'tests/utility/md5Test.cpp' ] ],
+ [ 'tests/utility/stringProxyTest', [ 'tests/utility/stringProxyTest.cpp' ] ],
+ [ 'tests/utility/stringUtilsTest', [ 'tests/utility/stringUtilsTest.cpp' ] ]
]
libvmime_autotools = [