commit | ebcb4f1ef3671f2530b98bfcc35cff381af4a71c | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Sun Jul 22 16:51:36 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Sun Jul 22 17:52:55 2018 -0700 |
tree | 8b5d354d7dbf613dfdf33c474c3c30ed8f1eda1a | |
parent | 09e36d709b705ae3dd9fee9c0426523258904a0a [diff] |
test/source/event: Add missing <type_traits>
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