commit | 5d71775cbfb0a3d70565018ca90ac7d254a3fe2d | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Apr 03 02:55:37 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Wed Apr 03 02:56:27 2019 -0700 |
tree | cf2f3305c4ed5e7b7b60dec27f3ebf235e210e41 | |
parent | bff0b0fe903868a08f18d170a308e76d497b7fbb [diff] |
meson: Style fix Change-Id: Id6a26d728010638f0a0922e76499d570baba6ae3 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