summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-01-21 16:58:32 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-01-21 19:44:09 +0000
commit52778aed9391538287874b1f027994cef15b10d4 (patch)
tree4e54a20165b41a313ca197255e57af788a10f693 /testing
parent6c98791563b41deebbd34bd35db2839d78f12c2c (diff)
Make BUILD files more finely-grained.
This allows us to precisely see which libraries depend on which and lets us split them up more, if necessary.
Diffstat (limited to 'testing')
-rw-r--r--testing/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/BUILD b/testing/BUILD
index 9504af90..2a5c2896 100644
--- a/testing/BUILD
+++ b/testing/BUILD
@@ -1,3 +1,5 @@
1load("//tools:no_undefined.bzl", "cc_library")
2
1cc_library( 3cc_library(
2 name = "misc_tools", 4 name = "misc_tools",
3 hdrs = [ 5 hdrs = [