commit | d41a942a125e8400f263414c43af022edf8b2871 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Mar 15 13:36:37 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon Mar 18 12:08:07 2019 -0700 |
tree | a398a07e6d7587f447bcc8e1fd0e5735daffe3e7 | |
parent | 651e87ad362e55ed4e34e6565fd0674390941a58 [diff] |
autotools: Fix for autoconf-archive 2019.01.19 The code coverage macros from the archive changed in a backward incompatible way. This adds a workaround to autodetect either version and do the right thing Change-Id: Ic010ed59fb332e19e5c76f60e55f864f8f4a43f8 Signed-off-by: William A. Kennington III <wak@google.com>
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