1. About

The sigscheme/test-c/ directory is existing for unit testing for C. The tests are currently using our own testing framework. See test-c/README for further information.

2. Requirements for testing framework

I had tried to use the famous CUnit at first to test SigScheme, but it did not met my requirements and needs long way to modify to fit to SigScheme. So I searched for other testing frameworks and once decided to modify Cutter. Please let me know better solutions if you know.

./test_format.c:64: - format ~D -
expected: <0>
 but was: <2147483647>

And some recommendations: