mirror of
https://github.com/facebook/sapling.git
synced 2024-12-26 06:21:48 +03:00
enable tests in getdeps
Summary: properly find the required GMock version (1.8.0) and allow building tests in getdeps Reviewed By: mjoras Differential Revision: D16935741 fbshipit-source-id: 46f62511e2feaf553d028e286a862aa5b30393c6
This commit is contained in:
parent
2c773cc515
commit
ec10abc583
@ -11,12 +11,16 @@ repo_url = https://github.com/facebookincubator/mvfst.git
|
|||||||
builder = cmake
|
builder = cmake
|
||||||
subdir = .
|
subdir = .
|
||||||
|
|
||||||
[cmake.defines]
|
[cmake.defines.test=on]
|
||||||
|
BUILD_TESTS = ON
|
||||||
|
|
||||||
|
[cmake.defines.test=off]
|
||||||
BUILD_TESTS = OFF
|
BUILD_TESTS = OFF
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
folly
|
folly
|
||||||
fizz
|
fizz
|
||||||
|
googletest_1_8
|
||||||
|
|
||||||
[shipit.pathmap]
|
[shipit.pathmap]
|
||||||
fbcode/quic/public_root = .
|
fbcode/quic/public_root = .
|
||||||
|
Loading…
Reference in New Issue
Block a user