commit | 07fb3421c193a0a769923afaa31338699be869ad | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Dec 19 14:03:18 2018 -0800 |
committer | William A. Kennington III <wak@google.com> | Wed Dec 19 14:04:35 2018 -0800 |
tree | 7b3d23b2149610bb81f7a02fe5c65df4ec256a45 | |
parent | 084683a460b73a75319ee280c3491dd7f2c19168 [diff] |
makefile: Fix rule ordering Change-Id: I7f6cf155e5840693b519d366e39905595d838b9a 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