load("@fbcode_macros//build_defs:cpp_library.bzl", "cpp_library")
oncall("fbcode_entropy_wardens_folly")
cpp_library(
name = "flat_combining_examples",
headers = [
"FlatCombiningExamples.h",
],
exported_deps = [
"//folly/synchronization/test:flat_combining_examples",
],
)
cpp_library(
name = "flat_combining_test_helpers",
headers = [
"FlatCombiningTestHelpers.h",
],
exported_deps = [
"//folly/synchronization/test:flat_combining_test_helpers",
],
)