Commit cc773968 authored by Udip Pant's avatar Udip Pant Committed by Facebook Github Bot

include unit tests and integration tests in the cmake build

Summary: This enable test targets to be built and ran

Reviewed By: lnicco

Differential Revision: D17408942

fbshipit-source-id: 144d223bc3830d07a0420e9569d3166a8646cd9a
parent 43b23af7
......@@ -14,8 +14,12 @@ builder = nop
builder = cmake
subdir = .
[cmake.defines]
BUILD_TESTS = OFF
[cmake.defines.test=on]
BUILD_TESTS=ON
[cmake.defines.test=off]
BUILD_TESTS=OFF
[dependencies]
folly
......
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