diff options
| author | Vincent Richard <[email protected]> | 2006-05-05 22:50:26 +0200 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2006-05-05 22:50:26 +0200 |
| commit | 2791e5d41e96982ec3a80c2725ab4f3b9f3bfffc (patch) | |
| tree | 9a938e05b1207dfe95f331ce3f4ef7d9067d0a71 /SConstruct | |
| parent | Fixed CRLF response parsing + intermediate replies. (diff) | |
| download | vmime-2791e5d41e96982ec3a80c2725ab4f3b9f3bfffc.tar.gz vmime-2791e5d41e96982ec3a80c2725ab4f3b9f3bfffc.zip | |
Unit tests for SMTP.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -333,6 +333,7 @@ libvmimetest_common = [ libvmimetest_sources = [ 'tests/testRunner.cpp', + 'tests/testUtils.cpp', # ============================== Parser ============================== 'tests/parser/attachmentHelperTest.cpp', 'tests/parser/bodyPartTest.cpp', @@ -360,7 +361,10 @@ libvmimetest_sources = [ 'tests/misc/importanceHelperTest.cpp', # ============================= Security ============================= 'tests/security/digest/md5Test.cpp', - 'tests/security/digest/sha1Test.cpp' + 'tests/security/digest/sha1Test.cpp', + # =============================== Net ================================ + 'tests/net/smtp/SMTPTransportTest.cpp', + 'tests/net/smtp/SMTPResponseTest.cpp' ] libvmime_autotools = [ |
