diff options
| author | Vincent Richard <[email protected]> | 2005-01-01 16:19:24 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-01-01 16:19:24 +0100 |
| commit | 83072d5f1814be4cadc5992011983d60607f1dd3 (patch) | |
| tree | 8c54bb73e7b5b1b3896eb94b429e6946b72b3cbb /SConstruct | |
| parent | Converted all C-style casts to C++-style casts + added unit test for utility:... (diff) | |
| download | vmime-83072d5f1814be4cadc5992011983d60607f1dd3.tar.gz vmime-83072d5f1814be4cadc5992011983d60607f1dd3.zip | |
Added unit tests for 'utility::stringProxy' and 'utility::stringUtils'.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 = [ |
