Sign in
pigweed
/
third_party
/
github
/
open-source-parsers
/
jsoncpp
/
refs/heads/upstream/master
/
.
/
src
/
jsontestrunner
/
BUILD.bazel
blob: 543bc5d886dcc5b9f7e57b5ba3c4c8c43eb0ef75 [
file
] [
log
] [
blame
] [
edit
]
cc_binary
(
name
=
"jsontestrunner"
,
srcs
=
[
"main.cpp"
],
deps
=
[
"//:jsoncpp"
],
visibility
=
[
"//test:__pkg__"
],
)