blob: 5c2816a68e9a519468f434f5eb80f904f72b414f [file] [log] [blame]
Serge Bazanski6a328e62024-02-12 17:37:50 +01001test_suite(
2 name = "launch",
3 tags = ["manual"],
4 tests = [
5 "//metropolis/test/launch/cli/launch",
6 ],
7)
8
9test_suite(
10 name = "launch-cluster",
11 tags = ["manual"],
12 tests = [
13 "//metropolis/test/launch/cli/launch-cluster",
14 ],
15)
16
17alias(
18 name = "metroctl",
19 actual = "//metropolis/cli/metroctl:metroctl",
20)