parselink-old/tests/msgpack/packer/BUILD

10 lines
164 B
Python

cc_test(
name = "packer",
size = "small",
srcs = glob([
"*.cpp",
"*.h",
]),
deps = ["//tests/msgpack:common", "@rapidcheck"],
)