commit | cc4ef0c5a492968e6e7e7df7e41acbd599f0e23f | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Fri Oct 18 10:08:37 2019 -0700 |
committer | Brandon Kim <brandonkim@google.com> | Fri Oct 18 10:33:14 2019 -0700 |
tree | 62f2d41ffe4ad94a5ef933429c3e304d8e00be86 | |
parent | 0106f57eab1264e86fc9e75afa453ebbed99345d [diff] |
blob: implement deleteBlob command Implement the deleteBlob command for the blob handler. Adding a unit test to go along with it. Change-Id: I2bbc93a6e78d5311bd2033d6a8b179374777f794 Signed-off-by: Brandon Kim <brandonkim@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