gui_starter_template icon indicating copy to clipboard operation
gui_starter_template copied to clipboard

Add ut as an alternative for unit testing?

Open Eremiell opened this issue 5 years ago • 1 comments

Based on the recent talk in the North Denver Metro C++ Meetup, do you consider adding ut as an alternative to Catch to this template?

Eremiell avatar Jun 18 '20 18:06 Eremiell

https://github.com/Sebanisu/test_bug_project/blob/main/src/unit_test/unit_test.cpp

I created this project because boost::ut shows red underlines in clion. But I am using conan to include it and build it and this project is based on this starter project. I was deleting stuff, and disabling things, I'm not using.

Sebanisu avatar May 24 '22 20:05 Sebanisu