tests: Move most of test_utils.c to old_utils_tests

This commit is contained in:
Max Bruckner
2017-04-18 14:11:14 +02:00
parent 49ebc85e7a
commit 6ccfd5d603
3 changed files with 207 additions and 136 deletions

View File

@ -83,7 +83,8 @@ if(ENABLE_CJSON_TEST)
file(COPY ${test_files} DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/json-patch-tests/")
set (cjson_utils_tests
json_patch_tests)
json_patch_tests
old_utils_tests)
foreach (cjson_utils_test ${cjson_utils_tests})
add_executable("${cjson_utils_test}" "${cjson_utils_test}.c")