commit | f8c9f7a3fcf37a1e5b17ad4d0a45fa58efb42a5d | [log] [tgz] |
---|---|---|
author | Manojkiran Eda <manojkiran.eda@gmail.com> | Sat Oct 23 08:11:25 2021 +0530 |
committer | Manojkiran Eda <manojkiran.eda@gmail.com> | Sat Oct 23 08:12:00 2021 +0530 |
tree | e37ac0f8c2e5e2658d1eb02ee9f2eedfd6308e9b | |
parent | 2ca843c10ee5b26d1c2db41a54cb0feb967800d8 [diff] |
Add OWNERS file Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I999133509af07f699dd1e5732e28caf3b8e4c257
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