commit | 4f219c862ce865ff0681508910f5e40990de0df7 | [log] [tgz] |
---|---|---|
author | Brandon Kim <brandonkim@google.com> | Thu Jul 14 00:30:37 2022 +0000 |
committer | Brandon Kim <brandonkim@google.com> | Fri Jul 15 23:13:43 2022 +0000 |
tree | 1395b9374ef828e4aa3b30eb33089aacea502573 | |
parent | 0d136639eb01b714ed2fe4013deedb08744078be [diff] |
Remove autoconf / CMake Make way for meson Tested: meson still builds and and unit test passes Signed-off-by: Brandon Kim <brandonkim@google.com> Change-Id: I98911d323a15cebb8d7abac9703ef80aa106acee
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