boringssl/crypto/test
David Benjamin 7d7554b6b3 Add a helper for comparing byte strings.
We compare pointer/length pairs constantly. To avoid needing to type it
everywhere and get GTest's output, add a StringPiece-alike for byte
slices which supports ==, !=, and std::ostream.

BUG=129

Change-Id: I108342cbd2c6a58fec0b9cb87ebdf50364bda099
Reviewed-on: https://boringssl-review.googlesource.com/13625
Reviewed-by: David Benjamin <davidben@google.com>
Commit-Queue: David Benjamin <davidben@google.com>
CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>
2017-02-11 00:42:00 +00:00
..
CMakeLists.txt Do a cursory conversion of a few tests to GTest. 2017-01-21 00:17:05 +00:00
file_test.cc Work around language and compiler bug in memcpy, etc. 2016-12-21 20:34:47 +00:00
file_test.h Revert "Move C++ helpers into |bssl| namespace." 2016-07-12 08:09:33 -07:00
gtest_main.cc Add a common TestEventListener for the error queue. 2017-02-07 21:33:22 +00:00
malloc.cc C++ crypto/test/malloc.cc more. 2016-10-14 16:01:26 +00:00
test_util.cc Add a helper for comparing byte strings. 2017-02-11 00:42:00 +00:00
test_util.h Add a helper for comparing byte strings. 2017-02-11 00:42:00 +00:00