Add even more tests

This commit is contained in:
ktkk 2025-10-13 12:18:44 +00:00
parent 905251e586
commit af8fde1222
4 changed files with 338 additions and 0 deletions

View file

@ -11,6 +11,8 @@ list(
APPEND JSON_TESTS
json_tests_simple
json_tests_array
json_tests_object
json_tests_complex
)
foreach(JSON_TEST IN LISTS JSON_TESTS)
add_executable(