aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-07-17 22:18:14 +0200
committerVincent Richard <[email protected]>2005-07-17 22:18:14 +0200
commitdafac00334ffa0ccc32696a208b2531cb4f44947 (patch)
tree78323e15fc1daca6522c1ae68336f3ce8f0ba849 /SConstruct
parentAdded getName() to retrieve attachment filename. (diff)
downloadvmime-dafac00334ffa0ccc32696a208b2531cb4f44947.tar.gz
vmime-dafac00334ffa0ccc32696a208b2531cb4f44947.zip
Added unit tests for smart pointer.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 2 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 68aace55..3f814709 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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 = [