Sign in
chromium
/
external
/
github.com
/
open-source-parsers
/
jsoncpp
/
4bcbc6ac0509cc8b0d0d84618cfd518dd945c114
/
.
/
src
/
jsontestrunner
/
BUILD.bazel
blob: 543bc5d886dcc5b9f7e57b5ba3c4c8c43eb0ef75 [
file
] [
log
] [
blame
]
cc_binary
(
name
=
"jsontestrunner"
,
srcs
=
[
"main.cpp"
],
deps
=
[
"//:jsoncpp"
],
visibility
=
[
"//test:__pkg__"
],
)