commit | d46530fd76038ba22298155047e07f14f7f8793f | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sat Nov 06 17:12:07 2021 -0700 |
committer | William A. Kennington III <wak@google.com> | Sat Nov 06 17:12:07 2021 -0700 |
tree | f90bd183c899d568cc9d1a7fdf238115705a8bdf | |
parent | f8c9f7a3fcf37a1e5b17ad4d0a45fa58efb42a5d [diff] |
blob_handler: Have delete return a status A user of this library would like to know if the delete operation succeeds or fails. Change-Id: Ida5890be9dad214854527c8afffd05bffc7e5e2a Signed-off-by: William A. Kennington III <wak@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