summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2012-12-04 17:31:50 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2012-12-04 17:31:50 +0100
commitff4c0a0d5df7dc1b45f4e75c91272fdf9917772e (patch)
treed3a5e5e429854ca7e60db0f94b787d29181abecb
parent826ae5a27f34de849e4138dcf094dd6631863eca (diff)
Add PyPy note.
-rw-r--r--kconfigtest.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/kconfigtest.py b/kconfigtest.py
index f3154c0..dba23a2 100644
--- a/kconfigtest.py
+++ b/kconfigtest.py
@@ -4,6 +4,9 @@
#
# $ PYTHONPATH=scripts/kconfig python scripts/kconfig/kconfigtest.py
#
+# (PyPy also works, and runs the defconfig tests roughly 20% faster on my
+# machine. Some of the other tests get an even greater speed-up.)
+#
# Note that running all of these could take a long time (think many hours on
# fast systems). The tests have been arranged in order of time needed.
#