aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/test/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/test/BUILD')
-rw-r--r--tools/test/BUILD11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/test/BUILD b/tools/test/BUILD
index c6a8311033..59c872e8b2 100644
--- a/tools/test/BUILD
+++ b/tools/test/BUILD
@@ -37,3 +37,14 @@ filegroup(
name = "srcs",
srcs = glob(["**"]),
)
+
+filegroup(
+ name = "embedded_tools",
+ srcs = [
+ "BUILD.tools",
+ "test-setup.sh",
+ "generate-xml.sh",
+ "collect_coverage.sh",
+ ] + glob(["LcovMerger/**"]),
+ visibility = ["//tools:__pkg__"],
+)