Add some basic tests for verifying json_object_equal behavior

Do some basic checks on ints, doubles, strings, arrays and "complex" objects.
This commit is contained in:
Helmut Schaa
2016-01-13 15:40:08 +01:00
parent 00e475c434
commit dec5fcd50b
5 changed files with 172 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ TESTS+= test_locale.test
TESTS+= test_charcase.test
TESTS+= test_printbuf.test
TESTS+= test_set_serializer.test
TESTS+= test_compare.test
check_PROGRAMS=
check_PROGRAMS += $(TESTS:.test=)