commit | 8da5f72db5a9d3374570cb860f52f35d518ac1c2 | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Sat Apr 24 16:30:50 2021 -0700 |
committer | Willy Tu <wltu@google.com> | Sat Apr 24 16:40:09 2021 -0700 |
tree | 3a0972251c5e63c59eb65d55e9fc0af51893c748 | |
parent | f9ee95f52be13be8ed11cba0bfec79da6375113a [diff] |
test: Replace the C++ MOCK_METHOD<n> macros with the new MOCK_METHOD Change-Id: Iebd23cce5dbb2ac047c9df1db2320b0402cd2499 Signed-off-by: Willy Tu <wltu@google.com>
ipmi-blob-tool is a host-side tool that speaks the BLOB protocol over IPMI.
Test cases require google{test,mock}, valgrind, and lcov.
For a standard release build, you want something like:
./bootstrap.sh ./configure --disable-tests make make install
For a test / debug build, a typical configuration is
./bootstrap.sh ./configure --enable-tests --enable-coverage --enable-valgrind make make check make check-valgrind make check-code-coverage