diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-07 04:26:23 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-07 04:26:51 +0100 |
| commit | acaa088f473d6f438a7469464c952ecd1990b4c9 (patch) | |
| tree | d1f697a0425ea89d2bab359b5f92504035673e89 | |
| parent | d6f24926efdc8d9246db2d9483ee9954ccd792fe (diff) | |
Update test suite instructions.
| -rw-r--r-- | kconfigtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfigtest.py b/kconfigtest.py index 8f67a32..e8eb6e7 100644 --- a/kconfigtest.py +++ b/kconfigtest.py @@ -2,7 +2,7 @@ # C kconfig implementation by comparing outputs. It should be run from the # top-level kernel directory with # -# $ PYTHONPATH=scripts/kconfig python scripts/kconfig/kconfigtest.py +# $ python Kconfiglib/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.) |
