aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-06-27 13:56:55 +0200
committerVincent Richard <[email protected]>2013-06-27 13:56:55 +0200
commit86f0a63802d1bb6b2b13b8497a59f7af3a84ed9d (patch)
tree61ac5152b100118e8a5f0fdf63f08d5c35e5b305 /SConstruct
parentRemoved debug printf. (diff)
downloadvmime-86f0a63802d1bb6b2b13b8497a59f7af3a84ed9d.tar.gz
vmime-86f0a63802d1bb6b2b13b8497a59f7af3a84ed9d.zip
Do not QP-encode CRLFs when content type is text.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 06b61cdd..4cb82020 100644
--- a/SConstruct
+++ b/SConstruct
@@ -363,6 +363,7 @@ libvmimetest_sources = [
# ============================== Parser ==============================
'tests/parser/attachmentHelperTest.cpp',
'tests/parser/bodyPartTest.cpp',
+ 'tests/parser/bodyTest.cpp',
'tests/parser/charsetTest.cpp',
'tests/parser/charsetFilteredOutputStreamTest.cpp',
'tests/parser/datetimeTest.cpp',