diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2017-10-02 09:00:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-02 09:00:54 +0200 |
| commit | 175c81e66637334aefc7b5cae90d4498768c0e31 (patch) | |
| tree | 47055fb06b5a92a8218b3c1edd65b6861a9eb71a | |
| parent | 100cc589d4956e305ee0518621c3b37e42a99d3d (diff) | |
Mention that pypy speeds up the test suite
| -rw-r--r-- | README.rst | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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.** |
