blob: b78dadc37a7a646d349590604fb46b2a8c998740 [file]
load("//third_party/wycheproof:build_defs.bzl", "wycheproof_vectors")
package(default_visibility = ["//:__subpackages__"])
licenses(["notice"])
# Make test vectors available at a build system agnostic relative path. This
# also simplifies accessing the the test vectors in the Bazel module
# environment.
wycheproof_vectors(
name = "testvectors_v1",
testonly = 1,
srcs = ["@wycheproof//:testvectors_v1"],
outdir = "testvectors_v1",
)