blob: 5c2816a68e9a519468f434f5eb80f904f72b414f [file] [log] [blame]
test_suite(
name = "launch",
tags = ["manual"],
tests = [
"//metropolis/test/launch/cli/launch",
],
)
test_suite(
name = "launch-cluster",
tags = ["manual"],
tests = [
"//metropolis/test/launch/cli/launch-cluster",
],
)
alias(
name = "metroctl",
actual = "//metropolis/cli/metroctl:metroctl",
)