commit | fae994be9921c780f41f713bab41c83e73bc1247 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Sat Feb 01 08:37:51 2025 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Sun Feb 02 11:42:10 2025 +0000 |
tree | b11d9d74b8ef33dc09a4fb46f2c5504a2c946039 | |
parent | d9309efcdd3f34a0cd143fee5287f4cd976dc064 [diff] |
meson: reformat with meson formatter Apply the `meson format` results. Change-Id: Ib12a5315423c69a14f11429fd2d5683b97431620 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
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