Increased the test coverage of json_object_iterator.c from 0% to 100%

This commit is contained in:
chenguoping
2020-01-03 10:05:09 +08:00
committed by dota17
parent 4742a2ab1d
commit f56c5c1a60
4 changed files with 57 additions and 1 deletions

View File

@@ -33,7 +33,8 @@ foreach(TESTNAME
test_set_serializer
test_set_value
test_util_file
test_visit)
test_visit
test_object_iterator)
add_executable(${TESTNAME} ${TESTNAME}.c)
add_test(NAME ${TESTNAME} COMMAND ${PROJECT_SOURCE_DIR}/tests/${TESTNAME}.test)