aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-02-14 15:59:26 +0100
committerVincent Richard <[email protected]>2013-02-14 15:59:26 +0100
commit34c4fce797ec501dca83582210bf3d2abe7911d8 (patch)
tree6e8e9a149b6d708747c78df389e882915782cd4b /SConstruct
parentUnit tests for POP3Utils. (diff)
downloadvmime-34c4fce797ec501dca83582210bf3d2abe7911d8.tar.gz
vmime-34c4fce797ec501dca83582210bf3d2abe7911d8.zip
Unit tests for output stream adapters.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 3 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index f5d74f8b..bd751271 100644
--- a/SConstruct
+++ b/SConstruct
@@ -370,6 +370,9 @@ libvmimetest_sources = [
'tests/utility/urlTest.cpp',
'tests/utility/smartPtrTest.cpp',
'tests/utility/encoderTest.cpp',
+ 'tests/utility/outputStreamStringAdapterTest.cpp',
+ 'tests/utility/outputStreamSocketAdapterTest.cpp',
+ 'tests/utility/outputStreamByteArrayAdapterTest.cpp',
# =============================== Misc ===============================
'tests/misc/importanceHelperTest.cpp',
# ============================= Security =============================