Reputation: 8116
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
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