commit | 5ddac180e254c1e03f6c20022718e5ff9623c298 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Aug 27 10:28:31 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon Aug 27 10:28:31 2018 -0700 |
tree | 9e48b235ab654ed5e6a4862c809c93d1e486f49d | |
parent | 12cd2543e07be6b64cbd2e30dfd3a173226ae3bd [diff] |
configure: Fix spurious tabs
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