blob: edaa1124838d503cd4234cc57c66bd47d36687c3 [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/cmd",
"@io_bazel_rules_go//go/runfiles",
],
)