commit | 6b3d1051029e0f725103a88e0c58f8a20e539b67 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Aug 16 17:54:45 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Thu Aug 16 18:13:13 2018 -0700 |
tree | 130fc3633536349c534a8d3633ba0c0afb4efbff | |
parent | 3dd6e9d251479833f735bc5fef09808fe3eb3e94 [diff] |
internal/fd: Destructors cannot take exceptions
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