commit | dd48d7177d2b9ecc87e1dc495bae1640a7986eb8 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Dec 08 06:13:16 2022 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Dec 08 06:13:16 2022 -0600 |
tree | c97ca955094f0e440b27a12f35c280631fb2bbb2 | |
parent | ee975086169fce82413c27fefb871b779ea6b657 [diff] |
prettier: re-format Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository. Change-Id: I82b5d164cccded79f9da060952c33cf75d4f3c66 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