commit | 444746495ad3f951cb093c7144b7cb9218b8599f | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon May 20 19:11:04 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Mon May 20 19:24:10 2019 -0700 |
tree | 2ae893be5a4ad67f04ffb9f87170aefe8b1e0677 | |
parent | 99400c82a40d334cab04100a58a6b0aa74c21b0b [diff] |
move blob command enum to blob_interface header Move the blob command enum to the blob_interface header that can be safely included by other code. Change-Id: If7c613cac9bdd460fc9a6cb3b59e4fc0dd3a861d 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