aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-04-26 22:47:51 +0200
committerVincent Richard <[email protected]>2013-04-26 22:47:51 +0200
commit5a3d88855b37666b3ea9102863b85ff137e5027e (patch)
tree8c710426f824c06e0014ea7b118029fb64ad1f74 /SConstruct
parentIssue #36: added support for wildcard in Common Name when verifying host name... (diff)
downloadvmime-5a3d88855b37666b3ea9102863b85ff137e5027e.tar.gz
vmime-5a3d88855b37666b3ea9102863b85ff137e5027e.zip
Added unit tests for IMAPTag. Initialize sequence number at 1.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index eed044f7..4986af77 100644
--- a/SConstruct
+++ b/SConstruct
@@ -396,6 +396,7 @@ libvmimetest_sources = [
# =============================== Net ================================
'tests/net/pop3/POP3ResponseTest.cpp',
'tests/net/pop3/POP3UtilsTest.cpp',
+ 'tests/net/imap/IMAPTagTest.cpp',
'tests/net/smtp/SMTPTransportTest.cpp',
'tests/net/smtp/SMTPCommandTest.cpp',
'tests/net/smtp/SMTPCommandSetTest.cpp',