summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-05-27Provide lists with all menus and commentsUlf Magnusson
2018-05-26Micro-optimize _parse_help() loopUlf Magnusson
2018-05-16Record which MenuNode has each propertyUlf Magnusson
2018-05-16Expand environment variables in strings directlyUlf Magnusson
2018-05-01Rename examples/menuconfig.py to menuconfig_example.pyUlf Magnusson
2018-04-04Generalize is_menuconfig to non-symbol itemsUlf Magnusson
2018-03-28Parenthesize && expressions within || expressionsUlf Magnusson
2018-03-26Refactor expr_str() casesUlf Magnusson
2018-03-13Test grsource with nonexistent fileUlf Magnusson
2018-03-13Add a globbing source statementUlf Magnusson
2018-02-27Implement 'rsource' statement ('source' with relative path)Roman
2018-02-16Include direct deps. in Symbol/Choice.__str__()Ulf Magnusson
2018-01-30Fix warnings printed for test suiteUlf Magnusson
2018-01-28Add some post-parsing warningsUlf Magnusson
2018-01-28Flag constant symbols where they're not allowedUlf Magnusson
2018-01-20Get rid of _next_help_line()Ulf Magnusson
2018-01-17Detect recursive 'source' and print backtraceUlf Magnusson
2018-01-05Don't write out 'option env' symbols to C headerUlf Magnusson
2017-11-12Remove unused test filesUlf Magnusson
2017-11-08Spacing nitUlf Magnusson
2017-11-08Add a release test scriptUlf Magnusson
2017-11-03Test Choice.assignable, fix for optional choicesUlf Magnusson
2017-11-03Add .assignable selftests for choice symbolsUlf Magnusson
2017-11-03Test .assignable for imply, find C menuconfig bugUlf Magnusson
2017-11-03Add initial selftests for .assignableUlf Magnusson
2017-11-02Clean up choice semantics testsUlf Magnusson
2017-11-02Clean up .kconfig testsUlf Magnusson
2017-11-02Clean up relation testUlf Magnusson
2017-11-02Get rid of separate is_optional testUlf Magnusson
2017-11-02Always save user values if they're validUlf Magnusson
2017-11-02Do not invalidate everything when loading .configsUlf Magnusson
2017-10-28Add uncommitted test filesUlf Magnusson
2017-10-24Kconfiglib 2 backupUlf Magnusson
2017-10-02Make 'imply' consider direct dependenciesUlf Magnusson
2017-10-01Propagate dependencies to range conditionsUlf Magnusson
2017-09-29Only invalidate defined symbolsUlf Magnusson
2017-09-25Fix 'default' on non-visible choice symbolsUlf Magnusson
2017-09-25Don't set defaults that will always be overwrittenUlf Magnusson
2017-09-24Fix defconfig srctree absolute/relative mixup bugUlf Magnusson
2017-09-24Fix get_defconfig_filename() $srctree search orderUlf Magnusson
2017-09-22Simplify _expr_to_str()Ulf Magnusson
2017-09-20Add support for less/greater than comparisonsUlf Magnusson
2017-09-19Include 'if' deps. in _determine_actual_symbols()Ulf Magnusson
2017-09-18Add 'imply' supportUlf Magnusson
2015-07-23Add .config header continuation line test.Ulf Magnusson
2015-06-15Report correct locations in the presence of continuation lines.Ulf Magnusson
2015-06-09Test object __str__() methods.Ulf Magnusson
2015-06-09Verify that indented .config assignments are ignored.Ulf Magnusson
2015-06-07Do not require $srctree to be set for non-kernel projects.Ulf Magnusson
2015-06-06Test help text terminated by comment.Ulf Magnusson