blob: 543bc5d886dcc5b9f7e57b5ba3c4c8c43eb0ef75 [file] [log] [blame]
cc_binary(
name = "jsontestrunner",
srcs = ["main.cpp"],
deps = ["//:jsoncpp"],
visibility = ["//test:__pkg__"],
)