How do you run your unit tests? Compiler flags? Static libraries?

后端 未结 7 513
情书的邮戳
情书的邮戳 2021-02-04 06:20

I\'m just getting started with TDD and am curious as to what approaches others take to run their tests. For reference, I am using the google testing framework, but I believe the

7条回答
  •  夕颜
    夕颜 (楼主)
    2021-02-04 06:58

    I'm using a third-party test-runners with their framework and including testing in build script. Tests are outside of production code (external dll).

提交回复
热议问题