commit | 26954bd4bfc5d1613a4bd08763a3c8b377898887 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Aug 16 17:55:07 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Aug 16 18:51:05 2018 -0700 |
tree | 55e2bcf474266038d15e913a0493cd6ab6532562 | |
parent | 203f716bf0c6797b9fefe1f85ec6cf4c8e6d0f62 [diff] |
test/internal/fd: Implement
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