tests for cJSON_ParseWithOpts

This commit is contained in:
Max Bruckner
2017-03-21 23:40:50 +01:00
parent 2683589d93
commit 770e8263a5
2 changed files with 71 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ if(ENABLE_CJSON_TEST)
print_object
print_value
misc_tests
parse_with_opts
)
add_library(test-common common.c)