blob: a3a03cb79a21881c55db8e0e859f51bb6c0bc1d7 [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"])
exports_files(glob(["**"]))
py_test(
name = "bitstreams_workspace_test",
srcs = [
"bitstreams_workspace.py",
"bitstreams_workspace_test.py",
],
)