aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-04-15 19:19:32 +0200
committerVincent Richard <[email protected]>2005-04-15 19:19:32 +0200
commitbe06b7d8d510d78705fc287a62c9812456bc579f (patch)
treee47aee4a7db124390498c0f7136f26edb64a95a4 /SConstruct
parentFixed compiler error with VC++6. (diff)
downloadvmime-be06b7d8d510d78705fc287a62c9812456bc579f.tar.gz
vmime-be06b7d8d510d78705fc287a62c9812456bc579f.zip
Fixed bugs in URLs + added unit tests.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 3f98823b..11443e9c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -335,7 +335,8 @@ libvmimetest_sources = [
[ 'tests/utility/md5Test', [ 'tests/utility/md5Test.cpp' ] ],
[ 'tests/utility/stringProxyTest', [ 'tests/utility/stringProxyTest.cpp' ] ],
[ 'tests/utility/stringUtilsTest', [ 'tests/utility/stringUtilsTest.cpp' ] ],
- [ 'tests/utility/pathTest', [ 'tests/utility/pathTest.cpp' ] ]
+ [ 'tests/utility/pathTest', [ 'tests/utility/pathTest.cpp' ] ],
+ [ 'tests/utility/urlTest', [ 'tests/utility/urlTest.cpp' ] ]
]
libvmime_autotools = [