aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/BUILD b/tests/BUILD
index fa6349f..448d757 100644
--- a/tests/BUILD
+++ b/tests/BUILD
@@ -55,6 +55,7 @@ genrule(
"fruit_test_config.py",
"libfruit.so"
],
+ toolchains = ["@bazel_tools//tools/cpp:cc_flags"],
visibility = ["//third_party/fruit/tests:__subpackages__"],
cmd = ""
+ "FRUIT_HEADERS_LOCATION=`for f in $(locations //third_party/fruit:fruit_headers); do echo \"$$f\"; done | fgrep configuration/bazel/ | head -n 1 | sed 's|configuration/bazel/.*|./|'`;"