commit | bff0b0fe903868a08f18d170a308e76d497b7fbb | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Nov 16 19:56:10 2018 -0800 |
committer | William A. Kennington III <wak@google.com> | Fri Mar 29 21:14:57 2019 +0000 |
tree | 95af1ab6c7b68cdb932bcb28c6e6773fc904871f | |
parent | e847ef8bbd5accd36a3287c686894418721c6798 [diff] |
util/cexec: Implement exception helpers See src/stdplus/util/cexec.hpp callCheckErrno for the motivation behind this change. Change-Id: I0225b87398b632624f2ef8ccd6c00b5dd6b7e056 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.
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