blob: b8da905bb5585c300e0a312b8b46eee42113b68f [file]
# 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",
"tests:cli_integration_test",
]
}
group("install") {
deps = [ "daemon:install" ]
}
}