commit | 9ce0d10bd5f10c9aa218817df879388d7d169379 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Mar 22 19:24:49 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Mar 29 15:09:37 2019 -0700 |
tree | 73331c04d4003af8b46e49982104f428088c0101 | |
parent | 92f21cafaa287e19e9cc208c71713dcdd9022197 [diff] |
sdevent: Fix missing parameter names Change-Id: I46fb9436fa955ea7c5a3f2319a4332925ef33729 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