From 1df8c6cd0edaed598b255fc2463ee84e3e1ae575 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Fri, 8 Mar 2013 08:19:50 +0100 Subject: Refactored unit tests. --- SConstruct | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'SConstruct') 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', -- cgit