commit | 786a541caadfc0f05e6ff714881cde7b7f483c94 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon May 13 07:40:22 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Mon May 13 08:53:42 2019 -0700 |
tree | 8c3be9a1557e6a14888012c04e77e1c5e94fcdd8 | |
parent | 2fe4c652c5b49364e507677e43f2ac05ab8ce79a [diff] |
blob_handler: move from raw to managed pointer The blob handler object wants to explictly own its ipmi interface so that it can't be shared. This was a good-behavior, but now this codefies it. Change-Id: Ie368721a58dc30573f37dc3824da230aca5328d3 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