commit | b20850288428d2f33d86038555421b365aceefa9 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Wed Dec 19 13:20:53 2018 -0800 |
committer | William A. Kennington III <wak@google.com> | Wed Dec 19 14:04:35 2018 -0800 |
tree | 53437e05ec0b6ad913e213b68740ad1259c031aa | |
parent | 07fb3421c193a0a769923afaa31338699be869ad [diff] |
test/handle: Don't need a virtual destructor We aren't ever going to extend the mock implementation and even if we did, only the base class needs to declare this. Change-Id: Ie524d44ffc7ca787809ca849fb526540e7cc2fa3 Signed-off-by: William A. Kennington III <wak@google.com>
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