aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-02-25 10:42:47 +0100
committerVincent Richard <[email protected]>2013-02-25 10:42:54 +0100
commite65b3e0f552450600905150728ff1db060481f3a (patch)
tree004f70b33016824246a74a0ff5a9186540b40f6e /SConstruct
parentMerge pull request #25 from mabrand/fix-case (diff)
downloadvmime-e65b3e0f552450600905150728ff1db060481f3a.tar.gz
vmime-e65b3e0f552450600905150728ff1db060481f3a.zip
Unit tests for wordEncoder.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 3f89f673..35ac452c 100644
--- a/SConstruct
+++ b/SConstruct
@@ -368,6 +368,7 @@ libvmimetest_sources = [
'tests/parser/pathTest.cpp',
'tests/parser/parameterTest.cpp',
'tests/parser/textTest.cpp',
+ 'tests/parser/wordEncoderTest.cpp',
# ============================== Utility =============================
'tests/utility/datetimeUtilsTest.cpp',
'tests/utility/filteredStreamTest.cpp',