JSON-c
JSON-c copied to clipboard
Add test suite
Created a test suite in /test. From README.md in that directory:
Unit tests for JSON_checker
This directory contains unit tests for JSON_checker. To run:
% cd tests # cd into this directory
% make tests # run the tests
% make clean # delete the artifacts generated by the tests