mirror of
https://github.com/json-c/json-c.git
synced 2026-04-05 05:19:07 +08:00
Increased the test coverage of json_object_iterator.c from 0% to 100%
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user