From bf40e22537d741e77d43575c8cba022fc5611b0f Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 14 Feb 2013 11:16:26 +0100 Subject: Unit tests for POP3Utils. --- SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'SConstruct') 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', -- cgit