blob: a39fbe6160530771fd44abed12904c0f5f5d9369 [file]
load("@rules_cc//cc:defs.bzl", "cc_library")
cc_library(
name = "workspace_constants",
testonly = True,
hdrs = [
"workspace_constants.h",
],
visibility = [
"//tests:__subpackages__",
],
)