Commit 7bb0963b authored by Luca Niccolini's avatar Luca Niccolini Committed by Facebook GitHub Bot

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
parent 35cb6568
......@@ -11,12 +11,16 @@ repo_url = https://github.com/facebookincubator/mvfst.git
builder = cmake
subdir = .
[cmake.defines]
[cmake.defines.test=on]
BUILD_TESTS = ON
[cmake.defines.test=off]
BUILD_TESTS = OFF
[dependencies]
folly
fizz
googletest_1_8
[shipit.pathmap]
fbcode/quic/public_root = .
......
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