aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-03-08 08:19:50 +0100
committerVincent Richard <[email protected]>2013-03-08 08:19:55 +0100
commit1df8c6cd0edaed598b255fc2463ee84e3e1ae575 (patch)
tree7a92058611c6b1a35a0785652039b59829cf4936 /SConstruct
parentFixed compilation warning. (diff)
downloadvmime-1df8c6cd0edaed598b255fc2463ee84e3e1ae575.tar.gz
vmime-1df8c6cd0edaed598b255fc2463ee84e3e1ae575.zip
Refactored unit tests.
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct6
1 files changed, 4 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 1db0d2e2..e4e88772 100644
--- a/SConstruct
+++ b/SConstruct
@@ -346,7 +346,8 @@ libvmime_tests = [
]
libvmimetest_common = [
- 'tests/testUtils.hpp'
+ 'tests/testUtils.hpp',
+ 'tests/utility/encoder/encoderTestUtils.hpp'
]
libvmimetest_sources = [
@@ -378,7 +379,8 @@ libvmimetest_sources = [
'tests/utility/pathTest.cpp',
'tests/utility/urlTest.cpp',
'tests/utility/smartPtrTest.cpp',
- 'tests/utility/encoderTest.cpp',
+ 'tests/utility/encoder/qpEncoderTest.cpp',
+ 'tests/utility/encoder/b64EncoderTest.cpp',
'tests/utility/outputStreamStringAdapterTest.cpp',
'tests/utility/outputStreamSocketAdapterTest.cpp',
'tests/utility/outputStreamByteArrayAdapterTest.cpp',