commit | 1072c7f086eb8938c90f42ee0e8c3845598c101e | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Jul 19 18:02:52 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Sun Jul 22 00:20:22 2018 -0700 |
tree | cfc46af12e95d888f7ae17602858a758dfb81405 | |
parent | 7e2e60e7393bce49a901eb0962465973762c43bc [diff] |
test/time: Validate callback
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