Sign in
pigweed
/
third_party
/
github
/
bazelbuild
/
rules_proto
/
5c31e40fa3657484eba30ee7ce48798b8e4609b3
/
.
/
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__"
,
],
)