diff options
| author | Vincent Richard <[email protected]> | 2005-07-17 22:18:14 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-07-17 22:18:14 +0200 |
| commit | dafac00334ffa0ccc32696a208b2531cb4f44947 (patch) | |
| tree | 78323e15fc1daca6522c1ae68336f3ce8f0ba849 /SConstruct | |
| parent | Added getName() to retrieve attachment filename. (diff) | |
| download | vmime-dafac00334ffa0ccc32696a208b2531cb4f44947.tar.gz vmime-dafac00334ffa0ccc32696a208b2531cb4f44947.zip | |
Added unit tests for smart pointer.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -348,7 +348,8 @@ libvmimetest_sources = [ [ 'tests/utility/stringProxyTest', [ 'tests/utility/stringProxyTest.cpp' ] ], [ 'tests/utility/stringUtilsTest', [ 'tests/utility/stringUtilsTest.cpp' ] ], [ 'tests/utility/pathTest', [ 'tests/utility/pathTest.cpp' ] ], - [ 'tests/utility/urlTest', [ 'tests/utility/urlTest.cpp' ] ] + [ 'tests/utility/urlTest', [ 'tests/utility/urlTest.cpp' ] ], + [ 'tests/utility/smartPtrTest', [ 'tests/utility/smartPtrTest.cpp' ] ] ] libvmime_autotools = [ |
