You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a good idea. I would propose having CMake FetchContent Catch2
rather than vendoring or Git Submodule, to avoid cluttering kissnet Git history.
Specifically, if the user has set kissnet_BUILD_TESTING=true, then Catch2 will be downloaded, built and run the unit tests.
Meson can effectively do the same thing, downloading and building Catch2 when tests are requested.
Currently the CI is only there to check the syntax of the header code.
There are a few odd test programs in /tests/, but nothing really useful.
New test should be written using Catch2
The text was updated successfully, but these errors were encountered: