blob: 7e83f5219b62220ba73abff0bad8aef4478157bd [file] [log] [blame]
cc_test(
name = "jsoncpp_test",
srcs = [
"jsontest.cpp",
"jsontest.h",
"main.cpp",
"fuzz.h",
"fuzz.cpp",
],
deps = ["//:jsoncpp"],
)