commit | 8a87555f453bf19c4f5d1b6748b44ebbf6e83691 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Aug 16 01:38:49 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Aug 16 01:38:49 2018 -0700 |
tree | 987122c6ba55360f6331c66a6d6ab24654b03fd8 | |
parent | 05c6d5fcd6325402e846a8447d672b23c4d2b382 [diff] |
example/pulse: 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