Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test mock: add implementation of getBlobManager | Patrick Venture | 2018-10-04 | 1 | -0/+12 |
| | | | | | | | | This is a basic implementation that can be improved later. It provides for returning a pointer that you provide in your test when needed. Change-Id: I4647c7f8cb55fa2f37ce1561af5d528b75832d56 Signed-off-by: Patrick Venture <venture@google.com> | ||||
* | header: install test mock headers | Patrick Venture | 2018-10-04 | 2 | -0/+57 |
IPMI Blob handlers will need to include these mocks when building unit-tests. Therefore, they must be installed. Change-Id: I4c8ed0fa1a4a8912853c024206ef5e61f87707d8 Signed-off-by: Patrick Venture <venture@google.com> |