commit | fa9431d52f37bf51a2aa0d3a85eaaf027db8488f | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Sep 25 14:28:31 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Sep 26 12:18:50 2018 -0700 |
tree | c90245c7f7f03a8dffcd93d710a989c69960d534 | |
parent | 406b86e47e982d4ae5d9fa9f39476cb81f41d449 [diff] |
example: Add a repeating timer sample Tested: Ran through unit test suite and manually executed the example program to make sure it works as expected. Change-Id: I77cffdd038df4eab774f0d162f49273650638ad6 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