commit | 99400c82a40d334cab04100a58a6b0aa74c21b0b | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed May 15 15:26:48 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Wed May 15 15:27:51 2019 -0700 |
tree | 12edd96aa08cf8537e45ee327263f3bc96968950 | |
parent | 8752cdf7a40511b19af0a69cd85425aff9d9e842 [diff] |
blob: add equality operator for StatResponse Change-Id: I918facfec4ffbd36f50862c62e366dec0cedd54f Signed-off-by: Patrick Venture <venture@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