commit | 15982f6c0a252bc3642efb2df5d3c209e535c4fa | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Jan 31 14:43:41 2019 -0800 |
committer | William A. Kennington III <wak@google.com> | Thu Jan 31 14:51:17 2019 -0800 |
tree | 394ed83c08b08f04106101fbd98a0605b7d09aa1 | |
parent | 9c97d2c4ef34256817fd39bdbaecdfafda4080df [diff] |
meson: Add alternative build system Change-Id: I773281f0df820f4de25a6536fb3858d88b9150fa 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