commit | abfa1ca56f7e68b69fd1f6be60c40d7af3aba7bc | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Aug 27 12:39:16 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon Aug 27 12:39:16 2018 -0700 |
tree | 29baa12dd7debfa376fd43aabf24f563abf4e114 | |
parent | e3c0b25430999c7e11881ffd4abdce88e0381966 [diff] |
event: 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