# Copyright lowRISC contributors. | |
# Licensed under the Apache License, Version 2.0, see LICENSE for details. | |
# SPDX-License-Identifier: Apache-2.0 | |
load("@rules_python//python:defs.bzl", "py_test") | |
package(default_visibility = ["//visibility:public"]) | |
py_test( | |
name = "bazel_query_test", | |
srcs = [ | |
"bazel_query.py", | |
"bazel_query_test.py", | |
], | |
) |