commit | 42c77addd06938f674e383e3207bbc7dc981e033 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Sep 30 16:35:07 2022 -0500 |
committer | William A. Kennington III <wak@google.com> | Fri Sep 30 21:48:49 2022 +0000 |
tree | dcf68687bfe7e91b7cc5f495b669f91ecd3d774f | |
parent | 64fe7174a1a14a32635bf5c19391703c4d081556 [diff] |
OWNERS: switch 'matches' to 'matchers' The original OWNERS template had a mistake which used 'matches' instead of the field supported by the Gerrit plugin 'matchers'. Update the OWNERS file to have the correct field. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I4412a829e8862efc3b89c7a765566760eb33a667
gpioplus is a c++ wrapper around the linux gpio ioctl interface. It aims to provide c++ ergonomics to the usage.
For a standard release build, you want something like:
meson setup -Dexamples=false -Dtests=disabled builddir ninja -C builddir ninja -C builddir install
For a test / debug build, a typical configuration is
meson setup -Dtests=enabled builddir meson test -C builddir