summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-10-02 09:00:54 +0200
committerGitHub <noreply@github.com>2017-10-02 09:00:54 +0200
commit175c81e66637334aefc7b5cae90d4498768c0e31 (patch)
tree47055fb06b5a92a8218b3c1edd65b6861a9eb71a
parent100cc589d4956e305ee0518621c3b37e42a99d3d (diff)
Mention that pypy speeds up the test suite
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f61a7a1..31c3a00 100644
--- a/README.rst
+++ b/README.rst
@@ -112,9 +112,11 @@ The test suite is run with
.. code::
$ python(3) Kconfiglib/testsuite.py
+
+(`pypy <http://pypy.org>`_ works too, and is much speedier.)
-It must be run from the top-level kernel directory, and requires that the git repository has
-been cloned into it and ``makefile.patch`` applied.
+The test suite must be run from the top-level kernel directory. It requires that the git
+repository has been cloned into it and that ``makefile.patch`` has been applied.
**NOTE: Some tests currently overwrite .config in the kernel root, so make sure to back it up.**