10 lines
166 B
Python
10 lines
166 B
Python
cc_test(
|
|
name = "unpacker",
|
|
size = "small",
|
|
srcs = glob([
|
|
"*.cpp",
|
|
"*.h",
|
|
]),
|
|
deps = ["//tests/msgpack:common", "@rapidcheck"],
|
|
)
|