tests: print_array

This commit is contained in:
Max Bruckner
2017-02-20 02:12:13 +01:00
parent 924122904e
commit 3d66766231
2 changed files with 93 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ if(ENABLE_CJSON_TEST)
parse_value
print_string
print_number
print_array
)
add_library(test-common common.c)