aboutsummaryrefslogtreecommitdiff
path: root/pw_stream/BUILD.bazel
diff options
context:
space:
mode:
authorEwout van Bekkum <ewout@google.com>2022-05-16 14:19:31 -0700
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-05-17 22:02:19 +0000
commit56bf1682e3962619453b59a553aaee5689a40e53 (patch)
tree11a87d551fde61c3372023588721f240ce720488 /pw_stream/BUILD.bazel
parent32e65cce266246ff2b78133e6f17f6182ee28f48 (diff)
downloadpigweed-56bf1682e3962619453b59a553aaee5689a40e53.tar.gz
tests: Migrate to pw::containers::Equal instead of std::equal
Migrates existing tests and test helpers to use our port of absl::c_equal instead of std::equal as it also compares container size in addition to content. Change-Id: Ieabee07a5cb5418e723ad5167c5fff0f07ca87d0 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/94863 Reviewed-by: Wyatt Hepler <hepler@google.com> Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com> Pigweed-Auto-Submit: Ewout van Bekkum <ewout@google.com>
Diffstat (limited to 'pw_stream/BUILD.bazel')
-rw-r--r--pw_stream/BUILD.bazel1
1 files changed, 1 insertions, 0 deletions
diff --git a/pw_stream/BUILD.bazel b/pw_stream/BUILD.bazel
index d3da69aaf..8015dcfad 100644
--- a/pw_stream/BUILD.bazel
+++ b/pw_stream/BUILD.bazel
@@ -100,6 +100,7 @@ pw_cc_test(
":std_file_stream",
"//pw_assert",
"//pw_bytes",
+ "//pw_containers",
"//pw_random",
"//pw_result",
"//pw_status",