commit | 60edc614c9fa163a93b7f7a67a08b76a4e20a0e4 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Wed Jun 24 15:06:41 2020 -0700 |
committer | Patrick Venture <venture@google.com> | Wed Jun 24 15:07:23 2020 -0700 |
tree | 1ec3d7c4e675f1b14ed3ec3bb1237902023812fe | |
parent | 00f39b84037a840a1b169a8017be75ac6636cb6f [diff] |
update clang-format Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I584fa63c632c4df61b94306072cac8a471e80489
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