How to test an EXE with Google Test?

后端 未结 6 1416
梦毁少年i
梦毁少年i 2020-12-03 05:55

I have a C++ project in Visual Studio, and have added another project exclusively for testing. Both of these projects are EXEs (console apps). So how do I use the first proj

6条回答
  •  忘掉有多难
    2020-12-03 06:11

    I have prepared a github repo including Visual Studio 2015 solution in parralel of Mike's "drill-sergeant" suggestion. You can use it directly without any additional requirement or dependency.

    https://github.com/fuatcoskun/GoogleTestVS2015

    I hope it helps...

提交回复
热议问题