commit | f9ee95f52be13be8ed11cba0bfec79da6375113a | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Feb 12 12:33:31 2021 -0800 |
committer | Patrick Venture <venture@google.com> | Fri Feb 12 12:50:35 2021 -0800 |
tree | 11172f719339cb57e7093327ad87ecd076328dea | |
parent | 92a4a62c69924476c2dcfa28c940afca6defdb4d [diff] |
splits sys interface into its own file Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ifa657dd6e5d73b6098597cd917e7da512af26641
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