summaryrefslogtreecommitdiff
path: root/absl/crc/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'absl/crc/BUILD.bazel')
-rw-r--r--absl/crc/BUILD.bazel4
1 files changed, 4 insertions, 0 deletions
diff --git a/absl/crc/BUILD.bazel b/absl/crc/BUILD.bazel
index 9afe0e3e..fa3e006b 100644
--- a/absl/crc/BUILD.bazel
+++ b/absl/crc/BUILD.bazel
@@ -134,6 +134,8 @@ cc_test(
name = "crc_memcpy_test",
size = "large",
srcs = ["internal/crc_memcpy_test.cc"],
+ copts = ABSL_TEST_COPTS,
+ linkopts = ABSL_DEFAULT_LINKOPTS,
shard_count = 3,
visibility = ["//visibility:private"],
deps = [
@@ -149,6 +151,8 @@ cc_test(
cc_test(
name = "non_temporal_memcpy_test",
srcs = ["internal/non_temporal_memcpy_test.cc"],
+ copts = ABSL_TEST_COPTS,
+ linkopts = ABSL_DEFAULT_LINKOPTS,
visibility = ["//visibility:private"],
deps = [
":non_temporal_memcpy",