parselink-old/tests/msgpack/unpacker/BUILD

14 lines
213 B
Python

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