test: add more tests
This commit is contained in:
@@ -10,6 +10,19 @@ exports_files([
|
||||
"version.bzl",
|
||||
])
|
||||
|
||||
filegroup(
|
||||
name = "repo_runtime_files",
|
||||
srcs = [
|
||||
"BUILD.bazel",
|
||||
"defs.bzl",
|
||||
"extensions.bzl",
|
||||
"repositories.bzl",
|
||||
"toolchain.bzl",
|
||||
"version.bzl",
|
||||
],
|
||||
visibility = ["//visibility:public"],
|
||||
)
|
||||
|
||||
bzl_library(
|
||||
name = "toolchain_bzl",
|
||||
srcs = ["toolchain.bzl"],
|
||||
|
||||
Reference in New Issue
Block a user