blob: 67b04fd628b3b2640e5f3ed262b6f41be6726782 [file]
load("//third_party/bazel_rules/rules_cc/cc:cc_library.bzl", "cc_library")
cc_library(
name = "workspace_constants",
testonly = True,
hdrs = [
"workspace_constants.h",
],
visibility = [
"//tests:__subpackages__",
],
)