aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2006-05-05 22:50:26 +0200
committerVincent Richard <[email protected]>2006-05-05 22:50:26 +0200
commit2791e5d41e96982ec3a80c2725ab4f3b9f3bfffc (patch)
tree9a938e05b1207dfe95f331ce3f4ef7d9067d0a71 /SConstruct
parentFixed CRLF response parsing + intermediate replies. (diff)
downloadvmime-2791e5d41e96982ec3a80c2725ab4f3b9f3bfffc.tar.gz
vmime-2791e5d41e96982ec3a80c2725ab4f3b9f3bfffc.zip
Unit tests for SMTP.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 5 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 07fc4cc1..d85d36ab 100644
--- a/SConstruct
+++ b/SConstruct
@@ -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 = [