commit | cf1f4f97855c0ef44fc7d7118faaea2d0a9de946 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Aug 16 14:27:49 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Aug 16 14:27:49 2018 -0700 |
tree | 4b262953089933eadacc29c3ebdebca5efaf1596 | |
parent | 90dbcd793a8c7516e48f9ca37c501173632f9159 [diff] |
configure: Fix location of code coverage disablement
sdeventplus is a c++ wrapper around the systemd sd_event apis meant to provide c++ ergonomics to their usage.
The sdeventplus library requires libsystemd for sd-event.
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