commit | 16e7f112c49f0a000e07b4144f5190201c53ebd3 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Fri Aug 17 13:15:14 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Fri Aug 17 13:15:46 2018 -0700 |
tree | 20a63e5531cb9e33a4d0c0ed2e3168b191aa3520 | |
parent | d821823176e64e7b6053f296a3c7df588c1763e1 [diff] |
handle: Use the default constructor
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