aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2006-07-13 18:32:39 +0200
committerVincent Richard <[email protected]>2006-07-13 18:32:39 +0200
commit9a42c8bca4af312b2506a8ae409f9c533946a5c7 (patch)
tree1cbe3c9907522617393798c70bae73a33b846292 /SConstruct
parentFixed warning for uninitialized variable. (diff)
downloadvmime-9a42c8bca4af312b2506a8ae409f9c533946a5c7.tar.gz
vmime-9a42c8bca4af312b2506a8ae409f9c533946a5c7.zip
Fixed bugs in MHTML code + unit tests.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index d85d36ab..c719c292 100644
--- a/SConstruct
+++ b/SConstruct
@@ -342,6 +342,7 @@ libvmimetest_sources = [
'tests/parser/dispositionTest.cpp',
'tests/parser/encoderTest.cpp',
'tests/parser/headerTest.cpp',
+ 'tests/parser/htmlTextPartTest.cpp',
'tests/parser/mailboxTest.cpp',
'tests/parser/mediaTypeTest.cpp',
'tests/parser/messageIdTest.cpp',