commit | 6342ef76a27e6a25bd3000f4d904834e0570e702 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Aug 16 01:39:03 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Aug 16 15:16:33 2018 -0700 |
tree | 6cead4fda2bec3f982a7544512991b491adfb23a | |
parent | d8c0a7ff6db7ae1401bb8c59089257f49c500f65 [diff] |
src: Add missing mock sys interface
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