commit | 2ca843c10ee5b26d1c2db41a54cb0feb967800d8 | [log] [tgz] |
---|---|---|
author | Vivekanand Veeracholan <vveerach@google.com> | Thu Aug 26 12:29:59 2021 -0700 |
committer | Vivekanand Veeracholan <vveerach@google.com> | Thu Aug 26 19:39:58 2021 +0000 |
tree | af399511eae4b527afed022e681fe1adca1e699c | |
parent | 8da5f72db5a9d3374570cb860f52f35d518ac1c2 [diff] |
Add blob state definitions. Add blob state definitions from phosphor-ipmi-blobs. Signed-off-by: Vivekanand Veeracholan <vveerach@google.com> Change-Id: I740f3b161e16bf9fe792e53fe7f181a92de4bcdf
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