Sign in
pigweed
/
third_party
/
github
/
open-source-parsers
/
jsoncpp
/
30e7528001e17d0a03e33797010b146ae1ec2d89
/
.
/
src
/
test_lib_json
/
BUILD.bazel
blob: 7e83f5219b62220ba73abff0bad8aef4478157bd [
file
] [
log
] [
blame
]
cc_test
(
name
=
"jsoncpp_test"
,
srcs
=
[
"jsontest.cpp"
,
"jsontest.h"
,
"main.cpp"
,
"fuzz.h"
,
"fuzz.cpp"
,
],
deps
=
[
"//:jsoncpp"
],
)