diff options
| author | Vincent Richard <[email protected]> | 2004-11-07 10:49:05 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-11-07 10:49:05 +0100 |
| commit | 91cc37178f780b557a450a64ff828c4fc5b65146 (patch) | |
| tree | 1b28499143785c281f6f4a9b6da84ef7d8bead31 /SConstruct | |
| parent | Added tests for Quoted-Printable encoding. (diff) | |
| download | vmime-91cc37178f780b557a450a64ff828c4fc5b65146.tar.gz vmime-91cc37178f780b557a450a64ff828c4fc5b65146.zip | |
Added tests for media type.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' ] ] ] |
