Add tests for cJSON_Add...ToObject macros

This commit is contained in:
Max Bruckner
2017-12-28 22:56:57 +01:00
parent de729a1635
commit f966409b33
2 changed files with 146 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ if(ENABLE_CJSON_TEST)
misc_tests
parse_with_opts
compare_tests
cjson_add
)
option(ENABLE_VALGRIND OFF "Enable the valgrind memory checker for the tests.")