commit | 6a447baf3a76fb9f061fb55c3f2194522a231d98 | [log] [tgz] |
---|---|---|
author | Gunnar Mills <gmills@us.ibm.com> | Fri Aug 31 12:39:55 2018 -0500 |
committer | William A. Kennington III <wak@google.com> | Fri Sep 21 20:23:42 2018 +0000 |
tree | a03e76aae79e498a671360744a26563343317997 | |
parent | 81282e1a2b8565dc4e005684bbb923f67e9a6b9d [diff] |
Spelling fixes Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. Change-Id: I4f11e1fbf3f74e63787b15a126de0e68e5266036 Signed-off-by: Gunnar Mills <gmills@us.ibm.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