commit | 68cce0fad1549f5144160182edd24bcdb83df6e0 | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Mon Aug 27 12:41:31 2018 -0700 |
committer | William A. Kennington III <wak@google.com> | Mon Aug 27 13:34:08 2018 -0700 |
tree | 7b6216d82063c40b162c0a9de21d46af7c8a5eac | |
parent | 8ebe525c07184fcf08f700dca284bb83a5b5f928 [diff] |
event: timestamp should use chrono types
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