commit | 0ba794d959e6fca838c872cd75f2b2a1c6ddd511 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Mar 15 21:07:09 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Fri Mar 15 21:15:18 2019 -0700 |
tree | 91b77b59d72f23415a611ea1440096a7846a795d | |
parent | 1681f7ff9fe112a0c3c318d562f4b46489eea02c [diff] |
ipmi_errors: object cleanup Cleanup the object to use a function to generate a constructor parameter instead of a constructor body. Change-Id: Ib9c9aea86212c67c1949d78e4105d6727557168b 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