diff options
| author | Vincent Richard <[email protected]> | 2013-02-14 15:59:26 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2013-02-14 15:59:26 +0100 |
| commit | 34c4fce797ec501dca83582210bf3d2abe7911d8 (patch) | |
| tree | 6e8e9a149b6d708747c78df389e882915782cd4b /SConstruct | |
| parent | Unit tests for POP3Utils. (diff) | |
| download | vmime-34c4fce797ec501dca83582210bf3d2abe7911d8.tar.gz vmime-34c4fce797ec501dca83582210bf3d2abe7911d8.zip | |
Unit tests for output stream adapters.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -370,6 +370,9 @@ libvmimetest_sources = [ 'tests/utility/urlTest.cpp', 'tests/utility/smartPtrTest.cpp', 'tests/utility/encoderTest.cpp', + 'tests/utility/outputStreamStringAdapterTest.cpp', + 'tests/utility/outputStreamSocketAdapterTest.cpp', + 'tests/utility/outputStreamByteArrayAdapterTest.cpp', # =============================== Misc =============================== 'tests/misc/importanceHelperTest.cpp', # ============================= Security ============================= |
