aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2004-11-07 10:49:05 +0100
committerVincent Richard <[email protected]>2004-11-07 10:49:05 +0100
commit91cc37178f780b557a450a64ff828c4fc5b65146 (patch)
tree1b28499143785c281f6f4a9b6da84ef7d8bead31 /SConstruct
parentAdded tests for Quoted-Printable encoding. (diff)
downloadvmime-91cc37178f780b557a450a64ff828c4fc5b65146.tar.gz
vmime-91cc37178f780b557a450a64ff828c4fc5b65146.zip
Added tests for media type.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 79fd045b..2206be1d 100644
--- a/SConstruct
+++ b/SConstruct
@@ -237,6 +237,7 @@ libvmimetest_sources = [
[ 'tests/parser/encoderTest', [ 'tests/parser/encoderTest.cpp' ] ],
[ 'tests/parser/headerTest', [ 'tests/parser/headerTest.cpp' ] ],
[ 'tests/parser/mailboxTest', [ 'tests/parser/mailboxTest.cpp' ] ],
+ [ 'tests/parser/mediaTypeTest', [ 'tests/parser/mediaTypeTest.cpp' ] ],
[ 'tests/parser/textTest', [ 'tests/parser/textTest.cpp' ] ]
]