summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorBryce W. Harrington <b.harrington@samsung.com>2014-02-03 21:37:06 +0000
committerKristian Høgsberg <krh@bitplanet.net>2014-02-05 17:20:24 -0800
commitc74ab15eac642ff9763d3178a09122cd18cc46b9 (patch)
treee7c2d33dddf6d41f41c012dd90488aebf5dfa4b6 /README
parent8e96f9eb6ae51f75d199fb5b805e8c470d12ecfa (diff)
downloadweston-c74ab15eac642ff9763d3178a09122cd18cc46b9.tar.gz
README: Fix typo; add link to testing docs
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index b3be4c99..3821e5d0 100644
--- 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.