#
9d8ba947 |
| 13-Jul-2023 |
William A. Kennington III <wak@google.com> |
bus: Consistently leverage mock
We have some project generating matches that are using the mock. Previously, we never checked the return value of this function and it allowed our match creations to
bus: Consistently leverage mock
We have some project generating matches that are using the mock. Previously, we never checked the return value of this function and it allowed our match creations to silently fail. With error checking added, this was breaking unit tests.
This change makes sure that all users of slot generating functions have their calls properly mocked.
Change-Id: I5dab3e3ae73e8516db21c928fc39bc00d4218c82 Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|
#
fc73b395 |
| 07-Sep-2022 |
Willam A. Kennington III <wak@google.com> |
bus/match: Compile all code into library
The match code is not templated or declared inline, so it should be explicitly compiled into objects.
Change-Id: I56e7f2898c50e0b21b7d72d3347d7b7010d85739 S
bus/match: Compile all code into library
The match code is not templated or declared inline, so it should be explicitly compiled into objects.
Change-Id: I56e7f2898c50e0b21b7d72d3347d7b7010d85739 Signed-off-by: Willam A. Kennington III <wak@google.com>
show more ...
|