commit | 98e59f31573fc9024b3450ac70b9d67f59d3ad0d | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 15 10:15:44 2022 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Fri Apr 15 10:15:54 2022 -0500 |
tree | 4ea680cc10042cbf9d1bcd274e004bdeda29e4df | |
parent | d46530fd76038ba22298155047e07f14f7f8793f [diff] |
build: enable C++20 Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I34badb788f3d1aeba4ef256a5f811cd92148f0ed
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