commit | 4460f26c1182f412b5ab07f093a0f078191995ef | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Nov 02 17:20:52 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Nov 02 17:55:31 2018 -0700 |
tree | 9c44f5fd54bf4c209baf5fb09c454f606ede2d31 | |
parent | 24b11271492483821a1132279a4e1df491c48a77 [diff] |
Initial Project Files This adds the initial autotools scripts and some placeholder c++ files so that the builder is happy. Tested: Built and run through the unit test script. Change-Id: Ie7e7e062726761aad54b77e1c55fcb1ba91afd49 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