diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -26,14 +26,15 @@ The test suite is run with > $ python Kconfiglib/testsuite.py -It includes a set of selftests as well as a set of automatic compatibility -tests that compare the configurations generated by Kconfiglib with those -generated by <i>scripts/kconfig/conf</i> for a number of cases. You might want -to use the "speedy" option; see testsuite.py. +It comprises a set of selftests and a set of compatibility tests that compare +configurations generated by Kconfiglib with configurations generated by +<i>scripts/kconfig/conf</i> for a number of cases. You might want to use the +"speedy" option; see testsuite.py. Please tell me if you miss some API instead of digging into internals. The internal data structures and APIs, and dependency stuff in particular, are unlikely to be exactly what you want as a user (hence why they're internal :). +Patches are welcome too of course. ;) <b>Note</b>: To make the API more consistent and intuitive, some methods have been renamed as follows: @@ -51,8 +52,8 @@ renamed as follows: </table> -The test suite failures for the following Blackfin defconfigs on e.g. -Linux 3.7.0-rc8 are due to +The test suite failures (should be the only ones) for the following Blackfin +defconfigs on e.g. Linux 3.7.0-rc8 are due to [a bug in the C implementation](https://lkml.org/lkml/2012/12/5/458): * arch/blackfin/configs/CM-BF537U\_defconfig |
