akheron / jansson

C library for encoding, decoding and manipulating JSON data
http://www.digip.org/jansson/
Other
3.02k stars 807 forks source link

Refactor tests #683

Closed akheron closed 3 months ago

akheron commented 3 months ago

Move some basic functionality from shell scripts to json_process.c to make test output better in CMake builds. This also removes a lot of redundancy in the code.

While at it, also improve the output of clang-format scripts.