commit | ef5e09252dba451acda30e53e8f5b28f08eac0cb | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed May 29 09:33:49 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Wed May 29 09:52:38 2019 -0700 |
tree | 0ada146ec683a3bde9ff597f31d161042daa8b05 | |
parent | 444746495ad3f951cb093c7144b7cb9218b8599f [diff] |
ipmi exceptions: add method to grab code Add a method to grab the underlying code to allow easier repackaging of the exception into something else. Change-Id: Icf25254c612926429f623d757998c3927966e0aa 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