summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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
2012-12-13Commit the missing tests/Krange.Ulf Magnusson
2012-12-13Add more equality selftests.Ulf Magnusson
2012-12-12Commit missing Kmainmenu.Ulf Magnusson
2012-12-12Add Kempty and use it instead of Kdefconfig_none.Ulf Magnusson
2012-12-12Always count non-bool/tristate symbols as 'n' in tristate context.Ulf Magnusson
2012-12-11Add selftests for get_user_value().Ulf Magnusson
2012-12-11Add selftests for is_optional().Ulf Magnusson
2012-12-11Make get_defconfig_filename() selftest more comprehensive.Ulf Magnusson
2012-12-11Add selftests for get_defconfig_filename().Ulf Magnusson
2012-12-11Add choice/menu/comment test coverage for get_referenced_symbols().Ulf Magnusson
2012-12-11Make location query selftests more comprehensive.Ulf Magnusson
2012-12-10Get some menuconfig coverage.Ulf Magnusson
2012-12-10Add one more is_modifiable() test.Ulf Magnusson
2012-12-10Add get_referenced_symbols() selftests for !.Ulf Magnusson
2012-12-10Add dependency selftests for =/!=.Ulf Magnusson
2012-12-10Add get_referenced_symbols() selftests for =/!=.Ulf Magnusson
2012-12-09Add selftests for get_selected_symbols().Ulf Magnusson
2012-12-08Add selftests for internal object dependencies.Ulf Magnusson
2012-12-07Add selftests for object relations.Ulf Magnusson
2012-12-07Add tests/Klocation.Ulf Magnusson
2012-12-06Ops - forgot to add tests/Ktext.Ulf Magnusson