History log of /openbmc/gpioplus/src/gpioplus/test/handle.hpp (Results 1 – 3 of 3)
Revision Date Author Comments
# 7ba248ad 10-May-2023 Patrick Williams <patrick@stwcx.xyz>

clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest

clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

Change-Id: I3a681a9dd632fc31b26bf2df50de0cf4b65f8ec0
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>

show more ...


# b2085028 19-Dec-2018 William A. Kennington III <wak@google.com>

test/handle: Don't need a virtual destructor

We aren't ever going to extend the mock implementation and even if we
did, only the base class needs to declare this.

Change-Id: Ie524d44ffc7ca787809ca8

test/handle: Don't need a virtual destructor

We aren't ever going to extend the mock implementation and even if we
did, only the base class needs to declare this.

Change-Id: Ie524d44ffc7ca787809ca849fb526540e7cc2fa3
Signed-off-by: William A. Kennington III <wak@google.com>

show more ...


# 526fc7d8 19-Dec-2018 Patrick Venture <venture@google.com>

test: add HandleInterface and mock

Add a handle mock for use by other daemon's unit-tests. This saves a
separate daemon from using the SysMock.

Change-Id: I11802ca2f1b00e3e0de8966856c75599e560996e

test: add HandleInterface and mock

Add a handle mock for use by other daemon's unit-tests. This saves a
separate daemon from using the SysMock.

Change-Id: I11802ca2f1b00e3e0de8966856c75599e560996e
Signed-off-by: Patrick Venture <venture@google.com>

show more ...