split unit tests

This commit is contained in:
Niels 2016-08-04 07:24:46 +02:00
parent 263e6af48d
commit 5541e6f6f9
8 changed files with 66 additions and 11 deletions

View file

@ -3,6 +3,7 @@ set(JSON_UNITTEST_TARGET_NAME "json_unit")
add_executable(${JSON_UNITTEST_TARGET_NAME}
"src/catch.hpp"
"src/unit.cpp"
"src/unit-runner.cpp"
)
set_target_properties(${JSON_UNITTEST_TARGET_NAME} PROPERTIES