blob: 7765a78252c76aca932710cbf8b70ce25c8a87e8 [file] [log] [blame]
licenses(["notice"]) # Apache 2.0
filegroup(
name = "srcs",
srcs = glob(["**"]),
visibility = ["//tools:__pkg__"],
)
filegroup(
name = "embedded_tools_srcs",
srcs = [
"BUILD.tools",
"test_rules.bzl",
"test_rules_private.bzl",
],
visibility = ["//visibility:public"],
)
py_test(
name = "test_rules_test",
srcs = ["test_rules_test.py"],
data = [
"test_rules.bzl",
"test_rules_private.bzl",
],
deps = ["//src/test/py/bazel:test_base"],
)