commit | 17186aef0f34373c0da0832de6525e67d1bc1b09 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon May 06 10:30:55 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Mon May 06 10:32:18 2019 -0700 |
tree | 8f66a10bbb5f4924aee4793c6e11101e5d3708a1 | |
parent | 16a99a62d1946ef65175b34614e6037ce55a7d11 [diff] |
squash getStat variations into one underlying method Squash the getStat(name) and getStat(session) into one underlying method. Change-Id: I6c00b9f4128a64e3d1a918c8a9d1eaf252de32bc Signed-off-by: Patrick Venture <venture@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