summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2015-06-06Improve get_help() test coverage.Ulf Magnusson
2015-03-12Add Symbol.is_allnoconfig_y()Philip Craig
2013-08-07Add Symbol and Choice interfaces for getting prompt strings.Ulf Magnusson
2012-12-18Add selftests for reading strings with escaped characters.Ulf Magnusson
2012-12-15Add more selftests for choices with missing types.Ulf Magnusson
2012-12-15Verify types for choices without explicit types.Ulf Magnusson
2012-12-15Add a long dependency chain selftest.Ulf Magnusson
2012-12-15Add selftests for choice semantics.Ulf Magnusson
2012-12-14Get 'visible if' coverage for symbol references.Ulf Magnusson
2012-12-14Add selftests for various minor APIs.Ulf Magnusson
2012-12-14Add selftests for 'visible if' visibility.Ulf Magnusson
2012-12-13Make .config reading/writing selftests more comprehensive.Ulf Magnusson
2012-12-13Rename 'Kempty' to 'empty'.Ulf Magnusson
2012-12-13Verify assignability of string/int/hex with m visibility.Ulf Magnusson
2012-12-13Add selftests for get_config().Ulf Magnusson
2012-12-13Add visibility selftests.Ulf Magnusson