commit | ee975086169fce82413c27fefb871b779ea6b657 | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Mon Aug 08 20:28:47 2022 +0000 |
committer | Brandon Kim <brandonkim@google.com> | Mon Aug 08 20:28:47 2022 +0000 |
tree | 67c9c4f75cdff125837b674ae13f9fccf1b7a4f7 | |
parent | 66862b87fd491ec2fd784dd452520521b0becc88 [diff] |
blob_handler: Add missing include <iterator> Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: Ied32523f4b7c3b4e5bd27c2db8f5b32a1b0887b1
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