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
Top level meta-issue for setting up some kind of unit test framework. CTest may be worth using since it integrates well with CMake, but I'm open to other options.
The hard part of course is going to be figuring out what to test, refactoring code to be more testable, etc.