Add new unittests. Refs #240.

This commit is contained in:
Andrii Senkovych 2015-02-11 12:50:36 +02:00
parent 80119a6a74
commit 9122a78a46

View File

@ -1,12 +1,15 @@
set(UNITTEST_SOURCES set(UNITTEST_SOURCES
bigintegertest.cpp
documenttest.cpp documenttest.cpp
encodedstreamtest.cpp encodedstreamtest.cpp
encodingstest.cpp encodingstest.cpp
filestreamtest.cpp filestreamtest.cpp
jsoncheckertest.cpp jsoncheckertest.cpp
namespacetest.cpp
readertest.cpp readertest.cpp
stringbuffertest.cpp
strtodtest.cpp
unittest.cpp unittest.cpp
unittest.h
valuetest.cpp valuetest.cpp
writertest.cpp) writertest.cpp)