blob: f84994984ba0f17d3b68aca75dcbe2a7d60b35db [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 )",
},
deps = [
"//metropolis/test/launch",
"//metropolis/test/util",
"//metropolis/version",
"//osbase/cmd",
"//version",
"@io_bazel_rules_go//go/runfiles:go_default_library",
],
)