yhfudev

yhfudev commented on issue koz.ross/awesome-c#56

add lightweight C/C++ unit testing framework ciut

@koz.ross,

6 years ago

yhfudev pushed to master at yhfudev/awesome-c

6 years ago

yhfudev created pull request koz.ross/awesome-c#56

add lightweight C/C++ unit testing framework ciut

6 years ago

yhfudev pushed to master at yhfudev/awesome-c

  • af978a02ee add lightweight C/C++ unit testing framework ciut Suggest this C/C++ unit test framework for it supports auto register functions, less user interruption compared to other libraries, single header file and no other extra library files; the test cases can be as simple as "TEST_CASE() { REQUIRE(0 == 1); }", or customized with arguments such as "TEST_CASE( .skip=1 ){}" using the same interface.

6 years ago

yhfudev forked a repository to yhfudev/awesome-c

6 years ago