Add instructions to run tests. Add build/ to .gitignore.

master
matthickford 2021-10-11 18:30:31 +02:00 committed by Ran Benita
parent 8531ea723f
commit 2e571b4392
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
build/

View File

@ -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: