commit | fa27734c97a0aa5362e41fa711cbaa4389511092 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Feb 20 15:16:22 2020 -0800 |
committer | William A. Kennington III <wak@google.com> | Wed Jun 03 00:30:49 2020 -0700 |
tree | c478e380eac209f660832b9cd0ad4cfd85477a63 | |
parent | bbd1b56ac147b6bc87207f5097a0351dd8fa0670 [diff] |
src: Allow for stdplus to be vendored Change-Id: I0ade83798e1458e31b011119f95fc17c30617153 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