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
...whoa. Thanks for linking doctest! I've been using Catch because it was the quickest to integrate, but the compile time cost was atrocious, this is a huge help!
Btw, for my emulator stuff and the sokol headers I'm now using https://github.com/sheredom/utest.h, it's also super-easy to integrate since it's just a single C header (not C++).
See here: https://github.com/philsquared/Catch
It's header-only so probably doesn't require all the complicated build system support that UnitTest++ does...
The text was updated successfully, but these errors were encountered: