github.com/prysmaticlabs/prysm@v1.4.4/spectest/mainnet/phase0/ssz_static/BUILD.bazel (about) 1 load("@prysm//tools/go:def.bzl", "go_test") 2 3 go_test( 4 name = "go_default_test", 5 size = "small", 6 srcs = ["ssz_static_test.go"], 7 data = glob(["*.yaml"]) + [ 8 "@eth2_spec_tests_mainnet//:test_data", 9 ], 10 tags = ["spectest"], 11 deps = ["//spectest/shared/phase0/ssz_static:go_default_library"], 12 )