blob: 4086ee5c98d57b1b33f3e6d816c69ee0b0ddf82d [file] [log] [blame]
# 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",
],
)