开发者

Can i make unit testing using cxxtest with visual studio 2010 professional?

开发者 https://www.devze.com 2023-01-25 19:44 出处:网络
Can i make unit testing using c开发者_StackOverflow社区xxtest with visual studio 2010 professional?Of course! I\'ve done that.

Can i make unit testing using c开发者_StackOverflow社区xxtest with visual studio 2010 professional?


Of course! I've done that.

Just create a vcproj template where the UnitTest.h file has a custom build step which run the test generation code (cxxtestgen.py) which will generate UnitTest.cpp.
Now you can create new projects from that template and it will work like a charm.

0

精彩评论

暂无评论...
验证码 换一张
取 消