commit | 1681f7ff9fe112a0c3c318d562f4b46489eea02c | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Mar 07 12:59:29 2019 -0800 |
committer | Patrick Venture <venture@google.com> | Thu Mar 07 13:03:28 2019 -0800 |
tree | 7001687311705aa89fd695b17100babdd2d5b555 | |
parent | 465469d1c074825462a7911ce1ea313230de98ce [diff] |
install crc_mock header Install the crc_mock header for use in unit-tests in projects leveraging this implementation of CRC. Change-Id: Ia84caedb51e125ff3b051f93470990e44ff2540d 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