diff options
author | shiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925> | 2008-09-08 17:55:52 +0000 |
---|---|---|
committer | shiqian <shiqian@861a406c-534a-0410-8894-cb66d6ee9925> | 2008-09-08 17:55:52 +0000 |
commit | a2b1a8556ea64014606d78b09333d9c522430a25 (patch) | |
tree | a4f4a88d89b4f957655a479bba3f33908572fcb5 /msvc | |
parent | 0c5a66245b8c5939b36b2aad6f4d5ab89b724b1a (diff) | |
download | googletest-a2b1a8556ea64014606d78b09333d9c522430a25.tar.gz googletest-a2b1a8556ea64014606d78b09333d9c522430a25.tar.bz2 googletest-a2b1a8556ea64014606d78b09333d9c522430a25.zip |
Adds support for type-parameterized tests (by Zhanyong Wan); also adds case-insensitive wide string comparison to the String class (by Vlad Losev).
Diffstat (limited to 'msvc')
-rwxr-xr-x | msvc/gtest.vcproj | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/msvc/gtest.vcproj b/msvc/gtest.vcproj index 3f2a5a65..47c4a80c 100755 --- a/msvc/gtest.vcproj +++ b/msvc/gtest.vcproj @@ -145,6 +145,21 @@ </FileConfiguration> </File> <File + RelativePath="..\src\gtest-typed-test.cc"> + <FileConfiguration + Name="Debug|Win32"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=""..";"..\include""/> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32"> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories=""..";"..\include""/> + </FileConfiguration> + </File> + <File RelativePath="..\src\gtest.cc"> <FileConfiguration Name="Debug|Win32"> |