diff options
| author | Vincent Richard <[email protected]> | 2005-03-27 15:06:45 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2005-03-27 15:06:45 +0200 |
| commit | 4ab9332ce6269807edb45e69f7e6000aa40d4478 (patch) | |
| tree | 6f5e4e583ff7d7b88e62dac7b81a90c129a7d3b9 /SConstruct | |
| parent | Some fixes for Visual C++/Windows. (diff) | |
| download | vmime-4ab9332ce6269807edb45e69f7e6000aa40d4478.tar.gz vmime-4ab9332ce6269807edb45e69f7e6000aa40d4478.zip | |
Added new basic type 'messageIdSequence'.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -122,6 +122,7 @@ libvmime_sources = [ 'messageBuilder.cpp', 'messageBuilder.hpp', 'message.cpp', 'message.hpp', 'messageId.cpp', 'messageId.hpp', + 'messageIdSequence.cpp', 'messageIdSequence.hpp', 'messageParser.cpp', 'messageParser.hpp', 'options.cpp', 'options.hpp', 'path.cpp', 'path.hpp', @@ -317,6 +318,8 @@ libvmimetest_sources = [ [ 'tests/parser/headerTest', [ 'tests/parser/headerTest.cpp' ] ], [ 'tests/parser/mailboxTest', [ 'tests/parser/mailboxTest.cpp' ] ], [ 'tests/parser/mediaTypeTest', [ 'tests/parser/mediaTypeTest.cpp' ] ], + [ 'tests/parser/messageIdTest', [ 'tests/parser/messageIdTest.cpp' ] ], + [ 'tests/parser/messageIdSequenceTest', [ 'tests/parser/messageIdSequenceTest.cpp' ] ], [ 'tests/parser/pathTest', [ 'tests/parser/pathTest.cpp' ] ], [ 'tests/parser/textTest', [ 'tests/parser/textTest.cpp' ] ], [ 'tests/utility/md5Test', [ 'tests/utility/md5Test.cpp' ] ], |
