Fix tests with VS2015 and VS2017

This commit is contained in:
Arkadiy Shapkin
2017-05-03 13:40:33 +03:00
committed by Arkady Shapkin
parent 77380cddf7
commit 2641b021fc
6 changed files with 68 additions and 20 deletions

14
.gitignore vendored
View File

@@ -9,4 +9,16 @@ bazel-googletest
bazel-out
bazel-testlogs
# python
*.pyc
*.pyc
# Visual Studio files
*.sdf
*.opensdf
*.VC.opendb
*.suo
*.user
_ReSharper.Caches/
Win32-Debug/
Win32-Release/
x64-Debug/
x64-Release/