commit | 92a4a62c69924476c2dcfa28c940afca6defdb4d | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Feb 04 10:45:00 2021 -0800 |
committer | Patrick Venture <venture@google.com> | Thu Feb 04 10:53:56 2021 -0800 |
tree | ea2b1e169f219ca0c593bb4eb59f707d5e7381fa | |
parent | bae76647e7e5967a9e1a9729d7a74148f4b4a9ac [diff] |
drop default internal sys parameter Long-term this will move to an externally defined sys implementation library. Signed-off-by: Patrick Venture <venture@google.com> Change-Id: I0d882f6af872389be3a0fee5d70736813d3b2759
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