JSON-c icon indicating copy to clipboard operation
JSON-c copied to clipboard

Add test suite

Open rdpoor opened this issue 1 year ago • 0 comments

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

rdpoor avatar Feb 14 '24 20:02 rdpoor