Advertisement

Google Test for C++ in Visual Studio 2015

阅读量:

The googleTest environment set up as follow:

Download the googleTest

The load path is https://github.com/google/googletest/tree/release-1.8.0

The file storage path is D:\Ford_SDK_Test\gtest\googletest-release-1.8.0

注释:由于编译器是VS2015版本,因此选择googletest的release-1.8.0版本

Build the gtest.sln with Vs2015(debug/release)

The file location information for the current project is stored at D:\ Ford SDK Test \ gtest \ googletest-release-1.8.0 \ googletest \ msvc \ gtest.sln.

The generated file is gtestd.lib

该程序的路径为D盘根目录下的福特SDK测试项目中包含 googletest 的版本 1.8.0 测试用例文件夹下的 msvc 子文件夹中的 googletest 应用

全部评论 (0)

还没有任何评论哟~