commit | 8752cdf7a40511b19af0a69cd85425aff9d9e842 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed May 15 12:37:42 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Wed May 15 12:37:42 2019 -0700 |
tree | 074eebecc0d4098fd82789092d876d72ef2d1cee | |
parent | 800f06df98660bb215f17725ae8a1bfa96bfb91a [diff] |
blob_handler: make commit data parameter optional Make the commit data parameter optional by defaulting it to an empty vector. This is less code than using std::optional for this. Change-Id: Icd953e63fc68a658b29fff5a132e264f1aee5bbc 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