commit | 15658977ccf42078fcf021494d10400666c7a884 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Mar 27 19:44:36 2019 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Mar 28 03:29:14 2019 -0700 |
tree | a43235f0feba49e3476ffa75c697d9f125ac8f21 | |
parent | 444d6214d532a8b5862ad3a41893ca7079b1e9ff [diff] |
meson: Add build system Change-Id: Ia57836a0f7b5287ddb490ba6de01192ce0ef6382 Signed-off-by: William A. Kennington III <wak@google.com>
gpioplus is a c++ wrapper around the linux gpio ioctl interface. It aims to provide c++ ergonomics to the usage.
Test cases require google{test,mock}, valgrind, and lcov.
For a standard release build, you want something like:
./bootstrap.sh ./configure --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