From 9122a78a46fe2f08ff520d075806e918eda7cfa5 Mon Sep 17 00:00:00 2001 From: Andrii Senkovych Date: Wed, 11 Feb 2015 12:50:36 +0200 Subject: [PATCH] Add new unittests. Refs #240. --- test/unittest/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/unittest/CMakeLists.txt b/test/unittest/CMakeLists.txt index 66cf0c6..fb98d14 100644 --- a/test/unittest/CMakeLists.txt +++ b/test/unittest/CMakeLists.txt @@ -1,12 +1,15 @@ set(UNITTEST_SOURCES + bigintegertest.cpp documenttest.cpp encodedstreamtest.cpp encodingstest.cpp filestreamtest.cpp jsoncheckertest.cpp + namespacetest.cpp readertest.cpp + stringbuffertest.cpp + strtodtest.cpp unittest.cpp - unittest.h valuetest.cpp writertest.cpp)