commit | 0106f57eab1264e86fc9e75afa453ebbed99345d | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Fri Oct 18 10:13:55 2019 -0700 |
committer | Brandon Kim <brandonkim@google.com> | Fri Oct 18 10:33:08 2019 -0700 |
tree | ed83e35b3ce171fb21b0d3e2dd8f6a58c4b29e49 | |
parent | 958f1ce952849300ebfd30cc04ce86937d3bc718 [diff] |
blob_handler: remove unused resp nit warning found while running unit test Change-Id: I7bdcb9fac4da4e5efae7eaf6262764cb00101e86 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