From 7e9fd56873aba26a196c18d233d8ea40a9f0eac3 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Mon, 25 Mar 2013 17:15:50 +0000 Subject: [PATCH] README: Reword a few sentences To be a bit more correct (they were understandable though). Signed-off-by: Damien Lespiau --- README | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README b/README index be29177..c484a93 100644 --- a/README +++ b/README @@ -27,17 +27,17 @@ tests/ Run this tests with "make test" as root from this directory. Note that no other drm clients (X server) may run. - "make test" only runs a default of test usefull for regression testing. - Other tests not run are: + "make test" only runs a default set of tests and is useful for + regression testing. Other tests not run are: - tests that might hang the gpu, see HANG in Makefile.am - gem_stress, a stress test suite. Look at the source for all the various options. - testdisplay is only run in the default mode. testdisplay has tons of - options to test different kms functionality, again read the source of + options to test different kms functionality, again read the source for the details. The more comfortable way to run tests is with piglit. First grab piglit - from + from: git://anongit.freedesktop.org/piglit -- 2.7.4