blob: 052b0341df4d934d24b2c4eefd354ee54380fc46 [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/python_host_test.gni")
if (is_host) {
python_host_test("cli_integration_test") {
main_source = "integration_test_cli.py"
libraries = [
"//scripts/debug/zxdb_cli/cli:cli_lib",
"//scripts/debug/zxdb_cli/daemon:daemon_lib",
]
deps = [ "//scripts/debug/zxdb_cli/daemon:install" ]
}
}