commit | 571fdf9e9c35001d6aca73052020143833e1794b | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sun Jul 22 18:16:22 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Sun Jul 22 19:05:26 2018 -0700 |
tree | e5b00b538c1dd855e93bab51fccc15b3a7b0f2be | |
parent | 210ce580b1fcdad7e067cba671a613108a48e426 [diff] |
source/child: Implement
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