From 1a30cfe41bbd19ceb627e7e75d53dc691e6414e6 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Wed, 26 Jun 2013 21:41:42 +0200 Subject: Unit tests for content handlers. --- SConstruct | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'SConstruct') 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 ============================= -- cgit