commit | d942a65bbcb461ec041b4af6f58c3cc7a6f722a5 | [log] [tgz] |
---|---|---|
author | Willy Tu <wltu@google.com> | Mon Jul 15 16:54:06 2024 +0000 |
committer | Willy Tu <wltu@google.com> | Mon Jul 15 16:55:00 2024 +0000 |
tree | de1e4161670814d71c4d9c6dd23b7232e9534cd8 | |
parent | 626bf76ec105cb8441402422512184f4361a2707 [diff] |
clang-tidy: Add missing atomic header Change-Id: Ibb143e8ed9cacadb2a1009d1f71fff41cf5c90b9 Signed-off-by: Willy Tu <wltu@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