From 2e571b4392bc3907a7a2e77b02cdd0d271a8da2f Mon Sep 17 00:00:00 2001 From: matthickford Date: Mon, 11 Oct 2021 18:30:31 +0200 Subject: Add instructions to run tests. Add build/ to .gitignore. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 74d1d27..6cb46ec 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ libxkbcommon is built with [Meson](http://mesonbuild.com/): meson setup build ninja -C build + ninja -C build -t targets + ninja -C build test To build for use with Wayland, you can disable X11 support while still using the X11 keyboard configuration resource files thusly: -- cgit v1.2.1