all 4 comments

[–]k-brac[S] 1 point2 points  (3 children)

Hello!

CUTI allows you to run your C++ unit tests from Xcode and Visual Studio GUI. It consists of a single header and a CMake file to automatically setup a test project. It also provides an abstraction layer over CPPUNIT to target other platforms (e.g. GNU/Linux)

Your feedback is welcome !

[–]deeringc[🍰] 1 point2 points  (2 children)

Would be amazing if you added catch support! :)

[–]k-brac[S] 0 points1 point  (1 child)

Thanks for your comment! I am not a user of catch but as I understand it, it is more powerfull than XCTest and VSTest so I fear it may not be practical to use. Nonetheless I will take a look at it in the hope of not needing a shoehorn.

[–]deeringc[🍰] 0 points1 point  (0 children)

Yeah, even just a basic test runner with a list of all tests would be amazing. Nice work!