commit | 16a99a62d1946ef65175b34614e6037ce55a7d11 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri May 03 17:21:30 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Mon May 06 09:53:18 2019 -0700 |
tree | d3614b5ec141528f6e04103dd5adda4ca7705f4e | |
parent | 972547697e45b813891712b6c11111889a0a32d0 [diff] |
implement session stat command Implement the session stat command. Change-Id: I1ff715dd32d963722182db84b475bc9adbfcc7ea 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