commit | 7c24e05704497d7bbf99b18cfd19b0a591ed29ef | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Tue Jul 17 14:40:14 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Tue Jul 17 14:40:14 2018 -0700 |
tree | a2d5f4103553694c4b73db324b4ca86de927b1a4 | |
parent | 715c72f8b9c45edc27fa2a4b0f3d5f2b0e0eefec [diff] |
source/base: Only disable the event if it exists This shouldn't happen in practice but will be needed to supporting moving.
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