aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-06-26 21:41:42 +0200
committerVincent Richard <[email protected]>2013-06-26 21:41:42 +0200
commit1a30cfe41bbd19ceb627e7e75d53dc691e6414e6 (patch)
treea5d01c8b31ce43d8fd0c5489e251265d262241a7 /SConstruct
parentAdded missing include. (diff)
downloadvmime-1a30cfe41bbd19ceb627e7e75d53dc691e6414e6.tar.gz
vmime-1a30cfe41bbd19ceb627e7e75d53dc691e6414e6.zip
Unit tests for content handlers.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct4
1 files changed, 4 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index f390174d..06b61cdd 100644
--- a/SConstruct
+++ b/SConstruct
@@ -368,6 +368,8 @@ libvmimetest_sources = [
'tests/parser/datetimeTest.cpp',
'tests/parser/dispositionTest.cpp',
'tests/parser/emailAddressTest.cpp',
+ 'tests/parser/emptyContentHandlerTest.cpp',
+ 'tests/parser/fileContentHandlerTest.cpp',
'tests/parser/headerTest.cpp',
'tests/parser/headerFieldTest.cpp',
'tests/parser/htmlTextPartTest.cpp',
@@ -379,6 +381,8 @@ libvmimetest_sources = [
'tests/parser/messageTest.cpp',
'tests/parser/pathTest.cpp',
'tests/parser/parameterTest.cpp',
+ 'tests/parser/streamContentHandlerTest.cpp',
+ 'tests/parser/stringContentHandlerTest.cpp',
'tests/parser/textTest.cpp',
'tests/parser/wordEncoderTest.cpp',
# ============================== Utility =============================