| 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", | |
| ], | |
| ) |