aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-01-02 14:10:16 +0000
committerVincent Richard <[email protected]>2005-01-02 14:10:16 +0000
commitc843f40ff3e6e28e20c3b4c68172d9e69be9885d (patch)
tree7d879f83171dfc9207b581a2d9038e093c0cc39d /SConstruct
parentAdded unit tests for 'utility::stringProxy' and 'utility::stringUtils'. (diff)
downloadvmime-c843f40ff3e6e28e20c3b4c68172d9e69be9885d.tar.gz
vmime-c843f40ff3e6e28e20c3b4c68172d9e69be9885d.zip
Added unit tests for 'utility::path'.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 2732ec8a..024524c0 100644
--- a/SConstruct
+++ b/SConstruct
@@ -308,7 +308,8 @@ libvmimetest_sources = [
[ 'tests/parser/textTest', [ 'tests/parser/textTest.cpp' ] ],
[ 'tests/utility/md5Test', [ 'tests/utility/md5Test.cpp' ] ],
[ 'tests/utility/stringProxyTest', [ 'tests/utility/stringProxyTest.cpp' ] ],
- [ 'tests/utility/stringUtilsTest', [ 'tests/utility/stringUtilsTest.cpp' ] ]
+ [ 'tests/utility/stringUtilsTest', [ 'tests/utility/stringUtilsTest.cpp' ] ],
+ [ 'tests/utility/pathTest', [ 'tests/utility/pathTest.cpp' ] ]
]
libvmime_autotools = [