blob: 3632a442e44a0865b26563cc19ffa06cdbfd0f31 [file] [log] [blame]
load("@io_bazel_rules_go//go:def.bzl", "go_test")
go_test(
name = "test_test",
srcs = ["main_test.go"],
data = [
"//metropolis/cli/metroctl",
],
rundir = ".",
x_defs = {
"xMetroctlPath": "$(rlocationpath //metropolis/cli/metroctl )",
"metropolisVersion": "{STABLE_MONOGON_metropolis_version}",
},
deps = [
"//metropolis/test/launch",
"//metropolis/test/util",
"//osbase/test/cmd",
"@io_bazel_rules_go//go/runfiles",
],
)