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
We're using Catch for testing in our project at sony/nmos-cpp, and I created the catch_discover_tests function for CMake to provide dynamic discovery of Catch test cases from the test suite executable.
No idea how to add "tests" the CMake way. After reading some docs, I've added this to
/CMakeLists.txt
file:but it does nothing...
The text was updated successfully, but these errors were encountered: