From 34c4fce797ec501dca83582210bf3d2abe7911d8 Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Thu, 14 Feb 2013 15:59:26 +0100 Subject: Unit tests for output stream adapters. --- SConstruct | 3 +++ 1 file changed, 3 insertions(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index f5d74f8b..bd751271 100644 --- a/SConstruct +++ b/SConstruct @@ -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 ============================= -- cgit