commit | 00f39b84037a840a1b169a8017be75ac6636cb6f | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Fri Oct 18 11:00:00 2019 -0700 |
committer | Brandon Kim <brandonkim@google.com> | Fri Oct 18 11:00:00 2019 -0700 |
tree | 210f2b655078db6e811f8454eb3c906145662413 | |
parent | cc4ef0c5a492968e6e7e7df7e41acbd599f0e23f [diff] |
blob_handler: remove redundant returns ClangTidy was not happy with redundant returns for void functions. Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I72f1773ea041f890ca0dd2c6c3ab8fbb279390c9
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