aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-02-27 14:59:37 +0100
committerVincent Richard <[email protected]>2013-02-27 14:59:37 +0100
commit8378b350dfc612673d1ba3597e9d5bb1347ae944 (patch)
tree64212cb2e9e70c23ec25fa209ba1bb15a064067d /SConstruct
parentFixed wrong function called. (diff)
downloadvmime-8378b350dfc612673d1ba3597e9d5bb1347ae944.tar.gz
vmime-8378b350dfc612673d1ba3597e9d5bb1347ae944.zip
Throw exception when an invalid value type is set in a header field.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 35ac452c..1db0d2e2 100644
--- a/SConstruct
+++ b/SConstruct
@@ -360,6 +360,7 @@ libvmimetest_sources = [
'tests/parser/dispositionTest.cpp',
'tests/parser/emailAddressTest.cpp',
'tests/parser/headerTest.cpp',
+ 'tests/parser/headerFieldTest.cpp',
'tests/parser/htmlTextPartTest.cpp',
'tests/parser/mailboxTest.cpp',
'tests/parser/mediaTypeTest.cpp',