aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-02-12 17:54:36 +0100
committerVincent Richard <[email protected]>2013-02-12 17:54:36 +0100
commitfeabba44702cf0720535b3af8e1d0ca89ae2b63d (patch)
tree110660060dd5080f5a3a77a50568024d0b88f699 /SConstruct
parentRewrote SMTP command sending. Better code for pipelining. Report full command... (diff)
downloadvmime-feabba44702cf0720535b3af8e1d0ca89ae2b63d.tar.gz
vmime-feabba44702cf0720535b3af8e1d0ca89ae2b63d.zip
Unit tests for SMTPCommand and SMTPCommandSet. Fixed SMTPCommandSet::isFinished().
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 2 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index e8891bd9..a2b7f8aa 100644
--- a/SConstruct
+++ b/SConstruct
@@ -377,6 +377,8 @@ libvmimetest_sources = [
'tests/security/digest/sha1Test.cpp',
# =============================== Net ================================
'tests/net/smtp/SMTPTransportTest.cpp',
+ 'tests/net/smtp/SMTPCommandTest.cpp',
+ 'tests/net/smtp/SMTPCommandSetTest.cpp',
'tests/net/smtp/SMTPResponseTest.cpp',
'tests/net/maildir/maildirStoreTest.cpp'
]