commit | 8f1700e7ab886ed602c371265ff2c653a2deb485 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Apr 26 18:11:11 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Apr 26 18:24:27 2019 -0700 |
tree | 00c8f7ef61c5e048879f77b8cfe0aa9e1c5f2277 | |
parent | 97e394714ec7e88b13b2675c859c1ef56771ad24 [diff] |
autotools: Remove Meson is now used to build this package in all of the necessary places. Change-Id: I704d5cdd51129d8dc56c6a2456792846a3711778 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