From mboxrd@z Thu Jan 1 00:00:00 1970 From: Damien Lespiau Subject: [PATCH 01/10] README: Reword a few sentences Date: Mon, 29 Apr 2013 19:15:28 +0100 Message-ID: <1367259337-14586-2-git-send-email-damien.lespiau@intel.com> References: <1367259337-14586-1-git-send-email-damien.lespiau@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga14.intel.com (mga14.intel.com [143.182.124.37]) by gabe.freedesktop.org (Postfix) with ESMTP id 3980BE618D for ; Mon, 29 Apr 2013 11:16:23 -0700 (PDT) In-Reply-To: <1367259337-14586-1-git-send-email-damien.lespiau@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org 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 -- 1.8.1.4