folly/folly/experimental/test/BUCK

load("@fbcode_macros//build_defs:cpp_library.bzl", "cpp_library")

oncall("fbcode_entropy_wardens_folly")

cpp_library(
    name = "coding_test_utils",
    headers = [
        "CodingTestUtils.h",
    ],
    exported_deps = [
        "//folly/compression/test:coding_test_utils",
    ],
)