aboutsummaryrefslogtreecommitdiff
path: root/tests/util
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2016-12-22 18:06:30 +0100
committerMarco Poletti <poletti.marco@gmail.com>2016-12-22 18:06:30 +0100
commit8bc638c6adeb65adc742fd15532b3b75ea4c98c1 (patch)
tree04c94730f1dc3b822097f3b73853e9531f3fd9db /tests/util
parent3a7b93d6e20f11a03aa16655ecda7167f4ad9686 (diff)
downloadgoogle-fruit-8bc638c6adeb65adc742fd15532b3b75ea4c98c1.tar.gz
Make Fruit tests work under Bazel again.
Diffstat (limited to 'tests/util')
-rw-r--r--tests/util/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/util/BUILD b/tests/util/BUILD
index 2845ede..bb671cd 100644
--- a/tests/util/BUILD
+++ b/tests/util/BUILD
@@ -5,7 +5,7 @@ licenses(["notice"])
name = filename[:-4],
srcs = [filename],
deps = [
- "//third_party/fruit/tests:test_macros",
+ "//third_party/fruit/tests:test_headers",
"//third_party/fruit",
]
) for filename in glob(["*.cpp"])]