aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 5 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 07fc4cc1..d85d36ab 100644
--- a/SConstruct
+++ b/SConstruct
@@ -333,6 +333,7 @@ libvmimetest_common = [
libvmimetest_sources = [
'tests/testRunner.cpp',
+ 'tests/testUtils.cpp',
# ============================== Parser ==============================
'tests/parser/attachmentHelperTest.cpp',
'tests/parser/bodyPartTest.cpp',
@@ -360,7 +361,10 @@ libvmimetest_sources = [
'tests/misc/importanceHelperTest.cpp',
# ============================= Security =============================
'tests/security/digest/md5Test.cpp',
- 'tests/security/digest/sha1Test.cpp'
+ 'tests/security/digest/sha1Test.cpp',
+ # =============================== Net ================================
+ 'tests/net/smtp/SMTPTransportTest.cpp',
+ 'tests/net/smtp/SMTPResponseTest.cpp'
]
libvmime_autotools = [