aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2006-02-12 15:13:04 +0100
committerVincent Richard <[email protected]>2006-02-12 15:13:04 +0100
commit0457e423609c6f55d3c841ab6ed8033c6ebb7ad1 (patch)
tree41c98470022ca5ce5ef239b1cfacaceefd934a4f /SConstruct
parentFixed dangling 'else'-block when TLS is not enabled (thanks to Tim Teulings). (diff)
downloadvmime-0457e423609c6f55d3c841ab6ed8033c6ebb7ad1.tar.gz
vmime-0457e423609c6f55d3c841ab6ed8033c6ebb7ad1.zip
Added unit tests for datetimeUtils + renamed functions.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 4b1894d2..49dccf04 100644
--- a/SConstruct
+++ b/SConstruct
@@ -348,6 +348,7 @@ libvmimetest_sources = [
'tests/parser/parameterTest.cpp',
'tests/parser/textTest.cpp',
# ============================== Utility =============================
+ 'tests/utility/datetimeUtilsTest.cpp',
'tests/utility/filteredStreamTest.cpp',
'tests/utility/stringProxyTest.cpp',
'tests/utility/stringUtilsTest.cpp',