aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'tools/cpp/BUILD')
-rw-r--r--tools/cpp/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpp/BUILD b/tools/cpp/BUILD
index 6e243e8cdc..cd671e1f12 100644
--- a/tools/cpp/BUILD
+++ b/tools/cpp/BUILD
@@ -127,5 +127,5 @@ cc_toolchain(
filegroup(
name = "srcs",
- srcs = glob(["**"]),
+ srcs = glob(["**"]) + ["//tools/cpp/test:srcs"],
)