diff options
| author | Vincent Richard <[email protected]> | 2013-03-08 08:19:50 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-03-08 08:19:55 +0100 |
| commit | 1df8c6cd0edaed598b255fc2463ee84e3e1ae575 (patch) | |
| tree | 7a92058611c6b1a35a0785652039b59829cf4936 /SConstruct | |
| parent | Fixed compilation warning. (diff) | |
| download | vmime-1df8c6cd0edaed598b255fc2463ee84e3e1ae575.tar.gz vmime-1df8c6cd0edaed598b255fc2463ee84e3e1ae575.zip | |
Refactored unit tests.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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', |
