| # 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. | |
| declare_args() { | |
| # Configures whether Bazel tests show up in tests.json so they're visible to | |
| # Fuchsia test runners, i.e. `fx test` and `botanist`. | |
| # LINT.IfChange | |
| export_bazel_tests = true | |
| # LINT.ThenChange(//build/regenerator.py:export_bazel_tests) | |
| } |