commit | 570fcc6d289f0e201d4796fe19fabfed8a4995fe | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Jun 26 13:56:24 2020 -0700 |
committer | Patrick Venture <venture@google.com> | Fri Jun 26 13:56:24 2020 -0700 |
tree | c37a5e6bf60581b832ba05f1ce3d7f28d9b55da1 | |
parent | 48125b51b22af408d446fc87f39ec4ab5d5722b2 [diff] |
initialize responseBuffer array More testing did not like the array not being explicitly filled ahead of use. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ibefcf7d8bb141d073fa453b8f804d91582555f00
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