summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
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
Previously a string symbol that happened to have the value "y" would count as "y" in tristate context, which is incorrect.
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
Also sneak in testing of env. variable expansion, named choices, and 'base_dir'.
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
Also add tests for misc. other forms.
2012-12-10Add get_referenced_symbols() selftests for =/!=.Ulf Magnusson
2012-12-09Add selftests for get_selected_symbols().Ulf Magnusson
Also add the missing tests/Kref.
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
2012-12-06Ops - forgot to commit tests/Keval.Ulf Magnusson
2012-12-06Add selftests for get_lower/upper_bound().Ulf Magnusson
2012-12-06Add tests for is_modifiable().Ulf Magnusson
Introduce selftests with specific configurations provided by us.