blob: 18b2a1801b85ad68f17d71d87d6aea6a367e515c [file]
load("@rules_cc//cc:cc_test.bzl", "cc_test")
cc_test(
name = "jsoncpp_test",
srcs = [
"fuzz.cpp",
"fuzz.h",
"jsontest.cpp",
"jsontest.h",
"main.cpp",
],
deps = ["//:jsoncpp"],
)