Commit 17f5cd91 authored by Luca Niccolini's avatar Luca Niccolini Committed by Facebook GitHub Bot

Disable tests on windows

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

Reviewed By: mjoras

Differential Revision: D23785392

fbshipit-source-id: 114849ed966fb196bb8392bd71ee3c2972834279
parent 3e6b4527
......@@ -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]
......
......@@ -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]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment