diff options
Diffstat (limited to 'kconfigtest.py')
| -rw-r--r-- | kconfigtest.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kconfigtest.py b/kconfigtest.py index d681649..e0ca2f9 100644 --- a/kconfigtest.py +++ b/kconfigtest.py @@ -1,5 +1,7 @@ -# This is a test suite for kconfiglib, primarily testing compatibility with the -# C kconfig implementation by comparing outputs. It should be run from the +# This is a test suite for kconfiglib. It runs selftests on Kconfigs provided +# by us and tests compatibility with the C Kconfig implementation by comparing +# the output of Kconfiglib with the output of the scripts/kconfig/*conf +# utilities for different targets and defconfigs. It should be run from the # top-level kernel directory with # # $ python Kconfiglib/kconfigtest.py |
