commit | 2fe4c652c5b49364e507677e43f2ac05ab8ce79a | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon May 13 07:37:33 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Mon May 13 07:37:33 2019 -0700 |
tree | b209e741f581bc26acc5eca38f139c470865a805 | |
parent | 15bba880aaa07634cceaec97b8b4440ee328b7cc [diff] |
ipmi_handler: provide unique creator Ideally ipmi handler objects should not be shared between objects, therefore provide a convenient unique creator. Change-Id: Iaaf9b4b37676699f0a7ecf6d2550b07e1080742e 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