liblittletest
liblittletest copied to clipboard
A complete unit testing framework in a header
Results
2
liblittletest issues
Sort by
recently updated
recently updated
newest added
The readme says: > It is possible to define a suite without specifying set_up or tear_down methods. I tried to do that using the following code: ``` LT_BEGIN_SUITE(example_suite) LT_END_SUITE(example_suite) ```...