commit | 8865e40b6e54384fc3c9911d15d6261b414a3d91 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Tue May 14 13:29:10 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Tue May 14 13:42:05 2019 -0700 |
tree | b82fb451998bcf64f547431088494414e3bd58cd | |
parent | 22fcc84469975fe5ca3597f78fe8103e8a8bbc52 [diff] |
blob: implement commit command Implement the commit command for the blob handler. Change-Id: Ia3be86083991cbdf7fe85c15986f4e1cb60971f5 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