Skip to content

Commit c0be7f2

Browse files
ahornbymeta-codesync[bot]
authored andcommitted
enable tests when tests requested on unix
Summary: we weren't setting the cmake test flag when tests requested from getdeps enable it for the unix platforms only to limit noise for the teams Reviewed By: bigfootjon Differential Revision: D89288693 fbshipit-source-id: 35063494fcf6f0d0f34a1cbda5a0719173f49684
1 parent 32f86b9 commit c0be7f2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build/fbcode_builder/manifests/fbthrift

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ fbthrift = thrift/lib/rust
1717
builder = cmake
1818
job_weight_mib = 2048
1919

20+
[cmake.defines.all(not(os=windows),test=on)]
21+
enable_tests=ON
22+
23+
[cmake.defines.any(os=windows,test=off)]
24+
enable_tests=OFF
25+
2026
[dependencies]
2127
fizz
2228
fmt

0 commit comments

Comments
 (0)