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