aboutsummaryrefslogtreecommitdiff
path: root/tests/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'tests/BUILD.bazel')
-rw-r--r--tests/BUILD.bazel7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/BUILD.bazel b/tests/BUILD.bazel
index 8122652991..606f403f38 100644
--- a/tests/BUILD.bazel
+++ b/tests/BUILD.bazel
@@ -106,6 +106,13 @@ cc_binary(
"ARM_COMPUTE_ENABLE_BF16",
],
"//conditions:default": [],
+ }) +
+ select({
+ "//:sve_validation_flag": [
+ "ENABLE_SVE",
+ "ARM_COMPUTE_ENABLE_SVE",
+ ],
+ "//conditions:default": [],
})
)