SmallChess
SmallChess

Reputation: 8116

Universal Unit Testing Framework

I have a universal C++ project for Windows, Mac and Linux. Now, I need to do unit testing, what's the best testing framework or techniques I should use?

Upvotes: 1

Views: 272

Answers (1)

Ben
Ben

Reputation: 1030

there are lots of c++ testing frameworks can you tell us more about your project's requirements? Personally I use saru as its very light weight and easy to use

Upvotes: 3

Related Questions