Commit 2e571b4392bc3907a7a2e77b02cdd0d271a8da2f

matthickford 2021-10-11T18:30:31

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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: