aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-03-18 09:35:04 +0100
committerVincent Richard <[email protected]>2013-03-18 09:35:04 +0100
commitda2797702fe09dcf627ceed3eab27b52dacd31a9 (patch)
treefa991a26656685b60e40ef5d696207a494526e61 /SConstruct
parentFixed and clarified text about handleTimeout() return value. (diff)
downloadvmime-da2797702fe09dcf627ceed3eab27b52dacd31a9.tar.gz
vmime-da2797702fe09dcf627ceed3eab27b52dacd31a9.zip
Updated tests for charset conversion.
Added test for UTF-7 encoding availability. Added test for input buffer underflow in charsetFilteredOutputStream. Refactored charset conversion tests and removed useless tests.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 5c5fad75..60ee5159 100644
--- a/SConstruct
+++ b/SConstruct
@@ -357,6 +357,7 @@ libvmimetest_sources = [
'tests/parser/attachmentHelperTest.cpp',
'tests/parser/bodyPartTest.cpp',
'tests/parser/charsetTest.cpp',
+ 'tests/parser/charsetFilteredOutputStreamTest.cpp',
'tests/parser/datetimeTest.cpp',
'tests/parser/dispositionTest.cpp',
'tests/parser/emailAddressTest.cpp',