mirror of
https://github.com/json-c/json-c.git
synced 2026-04-07 14:29:06 +08:00
Add a json_c_visit() function to provide a way to iterate over a tree of json-c objects.
This commit is contained in:
@@ -22,6 +22,7 @@ TESTS+= test_printbuf.test
|
||||
TESTS+= test_set_serializer.test
|
||||
TESTS+= test_compare.test
|
||||
TESTS+= test_set_value.test
|
||||
TESTS+= test_visit.test
|
||||
|
||||
check_PROGRAMS=
|
||||
check_PROGRAMS += $(TESTS:.test=)
|
||||
|
||||
Reference in New Issue
Block a user