Helping getting started using Boost.Test

前端 未结 5 1222
后悔当初
后悔当初 2020-12-30 07:57

I am trying to start unit testing. I am looking at a few C++ frameworks and want to try Boost.Test. The documentation seems very thorough, and it\'s a bit overwhelming, espe

5条回答
  •  Happy的楠姐
    2020-12-30 08:34

    there's no standalone test runner as in NUnit

    you simply build the test cases as a single .exe application (if you are on Windows) and you run it

提交回复
热议问题