| # Copyright 2025 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("gemini_analysis_test") { | |
| main_source = "tests/gemini_analysis_test.py" | |
| sources = [ "gemini_analysis.py" ] | |
| } | |
| } | |
| group("tests") { | |
| testonly = true | |
| deps = [ ":gemini_analysis_test($host_toolchain)" ] | |
| } |