commit | 15bba880aaa07634cceaec97b8b4440ee328b7cc | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri May 10 16:11:54 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Fri May 10 16:11:54 2019 -0700 |
tree | b0a6f0b6c9c077247c800036908470ee8a4f1771 | |
parent | d39b6f834f2261330fce66b88b8fa3834e561379 [diff] |
cleanup: delete blob byte printing Delete extra debug printing now that the code is verified as functioning as it should for a sufficient variety of commands. Change-Id: I885640c7c8cc049532b0dd42d587995c69a0d673 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