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