diff options
| author | Vincent Richard <[email protected]> | 2013-02-12 17:54:36 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-02-12 17:54:36 +0100 |
| commit | feabba44702cf0720535b3af8e1d0ca89ae2b63d (patch) | |
| tree | 110660060dd5080f5a3a77a50568024d0b88f699 /SConstruct | |
| parent | Rewrote SMTP command sending. Better code for pipelining. Report full command... (diff) | |
| download | vmime-feabba44702cf0720535b3af8e1d0ca89ae2b63d.tar.gz vmime-feabba44702cf0720535b3af8e1d0ca89ae2b63d.zip | |
Unit tests for SMTPCommand and SMTPCommandSet. Fixed SMTPCommandSet::isFinished().
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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' ] |
