commit | bae76647e7e5967a9e1a9729d7a74148f4b4a9ac | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Nov 16 14:02:39 2020 -0800 |
committer | Patrick Venture <venture@google.com> | Mon Nov 16 14:06:06 2020 -0800 |
tree | b5a75a92cedab17591993f95e67ad260610c82b3 | |
parent | 714e3888a8438161fdc855d0c7e83e4a79815364 [diff] |
nit: use empty instead of size==0 Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ia356e54d6058f3d78ef2d13b658dfd03ecf3097c
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