misc_utils_tests: call all utils function with NULL pointers

This commit is contained in:
Max Bruckner
2017-06-28 16:01:20 +02:00
parent 93227319f0
commit 18ad8a8770
2 changed files with 82 additions and 1 deletions

View File

@@ -84,7 +84,8 @@ if(ENABLE_CJSON_TEST)
set (cjson_utils_tests
json_patch_tests
old_utils_tests)
old_utils_tests
misc_utils_tests)
foreach (cjson_utils_test ${cjson_utils_tests})
add_executable("${cjson_utils_test}" "${cjson_utils_test}.c")