blob: b34703ff5f7615d3d9c7eeacb9fb8bead8b7d466 [file] [edit]
# Copyright 2026 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/python/host.gni")
if (is_host) {
group("tests") {
testonly = true
deps = [
"cli:cli_test",
"daemon:tests",
"daemon_manager:tests",
"shared:tests",
"tests:cli_integration_test",
]
}
group("install") {
deps = [ "daemon:install" ]
}
}