Disable tests on windows

Summary: hitting https://github.com/google/googletest/issues/1373

Reviewed By: mjoras

Differential Revision: D23785392

fbshipit-source-id: 114849ed966fb196bb8392bd71ee3c2972834279
This commit is contained in:
Luca Niccolini 2020-10-01 09:43:10 -07:00 committed by Facebook GitHub Bot
parent 9d2816baa2
commit 46a4f7c518
2 changed files with 8 additions and 3 deletions

View File

@ -17,15 +17,17 @@ BUILD_EXAMPLES = OFF
[cmake.defines.test=on]
BUILD_TESTS = ON
[cmake.defines.test=off]
[cmake.defines.all(os=windows, test=on)]
BUILD_TESTS = OFF
[cmake.defines.test=off]
BUILD_TESTS = OFF
[dependencies]
folly
libsodium
[dependencies.test=on]
[dependencies.all(test=on, not(os=windows))]
googletest_1_8
[shipit.pathmap]

View File

@ -14,6 +14,9 @@ subdir = .
[cmake.defines.test=on]
BUILD_TESTS = ON
[cmake.defines.all(os=windows, test=on)]
BUILD_TESTS = OFF
[cmake.defines.test=off]
BUILD_TESTS = OFF
@ -21,7 +24,7 @@ BUILD_TESTS = OFF
folly
fizz
[dependencies.test=on]
[dependencies.all(test=on, not(os=windows))]
googletest_1_8
[shipit.pathmap]