commit | 15ac222458688558cf41d22c9abe5ae8e267299a | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Jul 19 15:27:58 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Jul 19 17:16:42 2018 -0700 |
tree | cc45fdf6beae1bb5812d1dca4b9e2bb12eb293f0 | |
parent | 00ede16c02ae55ecf27c4546bc82b85641058f9b [diff] |
configure: Remove default automake includes Otherwise we end up masking c++ system headers like <exception> with our own test and example binaries
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