commit | ce045acaa020e1dc2310c1cc0cff3616815454c0 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Apr 26 18:25:04 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Apr 26 18:25:24 2019 -0700 |
tree | 4da8fdb2694910092da100cd71c482ebcda3b7f7 | |
parent | 8ec59e6242c3c4752033ea69270e4edb2cd4caec [diff] |
autotools: Remove Meson is now used to build this package in all of the necessary places. Change-Id: Ic5155621967fa94ec03eced2193e0d453b174eba 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