Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_proto
/
dcd61fec58ad7d9fa49a3736a2afbce29cf927c2
/
.
/
tests
/
utils
/
BUILD
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__"
,
],
)