prysm-pulse/testing/spectest/mainnet/deneb/ssz_static/BUILD.bazel
2023-08-31 08:41:57 -05:00

13 lines
336 B
Python

load("@prysm//tools/go:def.bzl", "go_test")
go_test(
name = "go_default_test",
size = "small",
srcs = ["ssz_static_test.go"],
data = glob(["*.yaml"]) + [
"@consensus_spec_tests_mainnet//:test_data",
],
tags = ["spectest"],
deps = ["//testing/spectest/shared/deneb/ssz_static:go_default_library"],
)