commit | 1ef01ef4366d20d84a3e9097128491788f24d983 | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Sun Feb 07 20:40:36 2021 -0800 |
committer | Austin Schuh <austin.linux@gmail.com> | Sun Feb 07 20:55:34 2021 -0800 |
tree | f05d70f9033baab55a67407631d96132aa558b32 | |
parent | 903b99a57092ba2ed365b37284b7816ecead3e70 [diff] [blame] |
Add gmock matcher support for comparing flatbuffers This makes it easier to compare flatbuffers in tests. Change-Id: Iabd1038f7ce9dfc3edf1162f2d7b0485cdda3b90
diff --git a/aos/BUILD b/aos/BUILD index 86aa433..790f845 100644 --- a/aos/BUILD +++ b/aos/BUILD
@@ -463,6 +463,7 @@ target_compatible_with = ["@platforms//os:linux"], deps = [ ":configuration", + "//aos/testing:flatbuffer_eq", "//aos/testing:googletest", "//aos/testing:test_logging", ],