aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
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 = [