]> git.ipfire.org Git - thirdparty/json-c.git/commit
Add some basic tests for verifying json_object_equal behavior 220/head
authorHelmut Schaa <helmut.schaa@googlemail.com>
Wed, 13 Jan 2016 14:40:08 +0000 (15:40 +0100)
committerHelmut Schaa <helmut.schaa@googlemail.com>
Wed, 13 Jan 2016 14:56:39 +0000 (15:56 +0100)
commitdec5fcd50b74cbdc1f3cd28131d8d777dea1844e
tree9a618afee96770b3082face06a8882ed2653222f
parent00e475c43478f8fe8522218d8da8c58938a31450
Add some basic tests for verifying json_object_equal behavior

Do some basic checks on ints, doubles, strings, arrays and "complex" objects.
.gitignore
tests/Makefile.am
tests/test_compare.c [new file with mode: 0644]
tests/test_compare.expected [new file with mode: 0644]
tests/test_compare.test [new file with mode: 0755]