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. --- .gitignore | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..567609b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +build/ 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