commit | 1e125d974ba0c5c69cbf3eeb52b1a94a34e3e243 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Mar 26 16:54:14 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Mar 29 19:56:29 2019 -0700 |
tree | 38c91f816d114432fa3f37f7c04bdef0f351c0c6 | |
parent | 8eaf5fcc598df14c8956c5afe657f51e683074ef [diff] |
source/base: sourceCallback forward reference type information Change-Id: I2006ae1a116ec9a664d0dd3b56ed5242f8dbd469 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