snitch-org / snitch

Lightweight C++20 testing framework.
Boost Software License 1.0
268 stars 10 forks source link

Use regular function for test case #44

Closed cschreib closed 1 year ago

cschreib commented 1 year ago

This PR allows defining TEST_CASE* without a trailing semicolon, for ease of use and portability from Catch2.