aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-02-14 11:16:26 +0100
committerVincent Richard <[email protected]>2013-02-14 11:16:26 +0100
commitbf40e22537d741e77d43575c8cba022fc5611b0f (patch)
tree42991b15efcc3748f7cffcc0927d1726e3ffe004 /SConstruct
parentUnit tests for POP3Response. (diff)
downloadvmime-bf40e22537d741e77d43575c8cba022fc5611b0f.tar.gz
vmime-bf40e22537d741e77d43575c8cba022fc5611b0f.zip
Unit tests for POP3Utils.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index f1078867..f5d74f8b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -377,6 +377,7 @@ libvmimetest_sources = [
'tests/security/digest/sha1Test.cpp',
# =============================== Net ================================
'tests/net/pop3/POP3ResponseTest.cpp',
+ 'tests/net/pop3/POP3UtilsTest.cpp',
'tests/net/smtp/SMTPTransportTest.cpp',
'tests/net/smtp/SMTPCommandTest.cpp',
'tests/net/smtp/SMTPCommandSetTest.cpp',