commit | 64725031be90808f918423527cd2a32627bdf285 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Jul 01 17:53:13 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon Jul 08 16:25:30 2019 -0700 |
tree | f24e99d9f065ad9b77f00627e7952b5661c57327 | |
parent | 7d75a48513560d8735bb3d795bb8872af276ee43 [diff] |
signal: Use callCheckErrno Change-Id: I75f010a17366550fd9cda550f973ae40951cbcb9 Signed-off-by: William A. Kennington III <wak@google.com>
stdplus is a c++ project containing commonly used classes and functions for the Linux platform. Note the goals of this project are to implement only the minimum set of features needed by the OpenBMC project and other users. You may find the included set of functions currently quite sparse.
This project provides the following primitives:
Test cases require google{test,mock}, valgrind, and lcov.
For a standard release build, you want something like:
./bootstrap.sh ./configure --disable-examples --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