commit | 65da782a58c0f12a4f717c9700a3fb1bdb02ad8a | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Sep 19 22:47:37 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Sep 19 23:23:31 2018 -0700 |
tree | eb57df0d18c8890bd4a445f029145e6fa8c728cb | |
parent | 59a4722de32831f31ec5d1dddfbc28ac90f24bdf [diff] |
source/time: Fix missing documentation Documentation was accidentally left out of this class Change-Id: I977caf9fbb716f2fcb3510f722712fdf695441b7 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