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