diff options
| author | Vincent Richard <[email protected]> | 2013-06-26 21:41:42 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-06-26 21:41:42 +0200 |
| commit | 1a30cfe41bbd19ceb627e7e75d53dc691e6414e6 (patch) | |
| tree | a5d01c8b31ce43d8fd0c5489e251265d262241a7 /SConstruct | |
| parent | Added missing include. (diff) | |
| download | vmime-1a30cfe41bbd19ceb627e7e75d53dc691e6414e6.tar.gz vmime-1a30cfe41bbd19ceb627e7e75d53dc691e6414e6.zip | |
Unit tests for content handlers.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 ============================= |
