commit | 4e9e604f02da41da974607be1ee00b0252776c82 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Jul 17 16:54:36 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Jul 17 16:54:55 2018 -0700 |
tree | e59c0e9b747c089ceebcde09ace6397b25c9a0ab | |
parent | feef68f751e09d8d5a4f2bf2f2f4cab27de1b73e [diff] |
internal/utils: Errors now have names
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