commit | 1d97c45aa75957e9e8965e33f1f28985cf88d22d | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Aug 27 10:55:12 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon Aug 27 11:46:32 2018 -0700 |
tree | b2f4ae2c2bfbd289ab16e05d52be6adba25fb97d | |
parent | 2c28dbfabb442e5029179b1874e7dd677197ff24 [diff] |
internal/fd: Document
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