blob: 7cc373679490bfb5a543a1ff3ba9f238a72a0ab8 [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("list_packages_test") {
main_source = "list_packages_test.py"
sources = [
"list_packages.py",
"list_packages_test.py",
]
}
}
group("tests") {
testonly = true
deps = [ ":list_packages_test($host_toolchain)" ]
}