README: Fix typo; add link to testing docs
authorBryce W. Harrington <b.harrington@samsung.com>
Mon, 3 Feb 2014 21:37:06 +0000 (21:37 +0000)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 6 Feb 2014 01:20:24 +0000 (17:20 -0800)
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
README

diff --git a/README b/README
index b3be4c9..3821e5d 100644 (file)
--- a/README
+++ b/README
@@ -11,5 +11,8 @@ shell.  Finally, weston also provides integration with the Xorg server
 and can pull X clients into the Wayland desktop and act as a X window
 manager.
 
-Refer to http://wayland.freedesktop.org/building.html for buiding
+Refer to http://wayland.freedesktop.org/building.html for building
 weston and its dependencies.
+
+The test suite can be invoked via `make check`; see
+http://wayland.freedesktop.org/testing.html for additional details.