From feabba44702cf0720535b3af8e1d0ca89ae2b63d Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Tue, 12 Feb 2013 17:54:36 +0100 Subject: Unit tests for SMTPCommand and SMTPCommandSet. Fixed SMTPCommandSet::isFinished(). --- SConstruct | 2 ++ 1 file changed, 2 insertions(+) (limited to 'SConstruct') 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' ] -- cgit