prysm-pulse/spectest/mainnet/phase0/ssz_static/BUILD.bazel

13 lines
330 B
Python
Raw Normal View History

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