diff options
| author | Vincent Richard <[email protected]> | 2005-01-02 14:10:16 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-01-02 14:10:16 +0000 |
| commit | c843f40ff3e6e28e20c3b4c68172d9e69be9885d (patch) | |
| tree | 7d879f83171dfc9207b581a2d9038e093c0cc39d /SConstruct | |
| parent | Added unit tests for 'utility::stringProxy' and 'utility::stringUtils'. (diff) | |
| download | vmime-c843f40ff3e6e28e20c3b4c68172d9e69be9885d.tar.gz vmime-c843f40ff3e6e28e20c3b4c68172d9e69be9885d.zip | |
Added unit tests for 'utility::path'.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 = [ |
