aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-22kconfig: improve the recursive dependency reportMasahiro Yamada1-3/+3
2018-08-22kconfig: report recursive dependency involving 'imply'Masahiro Yamada2-16/+25
2018-08-22kconfig: error out when seeing recursive dependencyMasahiro Yamada4-9/+10
2018-05-29kconfig: test: add Kconfig macro language testsMasahiro Yamada13-0/+191
2018-05-29kconfig: make default prompt of mainmenu less specificMasahiro Yamada1-1/+1
2018-03-26kconfig: remove duplicated file name and lineno of recursive inclusionMasahiro Yamada1-5/+6
2018-03-26kconfig: tests: test if recursive inclusion is detectedMasahiro Yamada6-0/+24
2018-03-26kconfig: tests: test if recursive dependencies are detectedMasahiro Yamada3-0/+101
2018-03-26kconfig: tests: test randconfig for choice in choiceMasahiro Yamada5-0/+60
2018-03-26kconfig: tests: test defconfig when two choices interactMasahiro Yamada4-0/+42
2018-03-26kconfig: tests: check visibility of tristate choice values in y choiceMasahiro Yamada5-0/+43
2018-03-26kconfig: tests: check unneeded "is not set" with unmet dependencyMasahiro Yamada4-0/+39
2018-03-26kconfig: tests: test if new symbols in choice are askedMasahiro Yamada4-0/+64
2018-03-26kconfig: tests: test automatic submenu creationMasahiro Yamada3-0/+72
2018-03-26kconfig: tests: add basic choice testsMasahiro Yamada9-0/+149
2018-03-26kconfig: tests: add framework for Kconfig unit testingMasahiro Yamada2-0/+298