summaryrefslogtreecommitdiff
path: root/testsuite.py
AgeCommit message (Expand)Author
2018-09-08Fix a testsuite-related error for powerpcUlf Magnusson
2018-09-04Allow macro expansion within symbol namesUlf Magnusson
2018-08-30Allow user values on 'option env' symbolsUlf Magnusson
2018-08-25Add a Kconfig.env_vars attribute that lists env. variablesUlf Magnusson
2018-08-25Add a Kconfig.kconfig_filenames attributeUlf Magnusson
2018-08-24Show include paths in menuconfig symbol informationUlf Magnusson
2018-08-23Exclude User-mode Linux from testingUlf Magnusson
2018-08-23Fix recursive 'source' error reportingUlf Magnusson
2018-08-23Flag extra tokens after 'if'/'depends on'/'visible if' expressionsUlf Magnusson
2018-08-22Add a generic node iteratorUlf Magnusson
2018-08-21Merge Symbol._checked and Symbol._writtenUlf Magnusson
2018-08-21Handle multiple definition locations in a nicer wayUlf Magnusson
2018-08-21Fix header/minimal configuration ordering testUlf Magnusson
2018-08-21Make header symbol order match .config symbol order againUlf Magnusson
2018-08-18Look up the top-level Kconfig file relative to $srctreeUlf Magnusson
2018-08-18Revert "Fix $srctree logic for the top-level Kconfig file"Ulf Magnusson
2018-08-17Fix $srctree logic for the top-level Kconfig fileUlf Magnusson
2018-08-10Support custom printing of symbols/choices in expressionsUlf Magnusson
2018-08-10Fix minimal configuration testUlf Magnusson
2018-07-20Fix detection of hex literalsUlf Magnusson
2018-07-20Add KCONFIG_STRICT flag for flagging refs. to undefined symsUlf Magnusson
2018-07-18Add def_int, def_hex, and def_string keywordsUlf Magnusson
2018-07-15Switch to more sensible globbing statements (w/ backwards compatibility)Ulf Magnusson
2018-07-13Fix absolute $srctree prefixes showing up on gsource'd filesUlf Magnusson
2018-07-10Warn if int/hex 'default' is outside active 'range'Ulf Magnusson
2018-07-10Add Kconfig preprocessorUlf Magnusson
2018-07-02Refactor tokenization a bitUlf Magnusson
2018-06-22Turn MenuNode/Symbol/Choice.referenced() into a @propertyUlf Magnusson
2018-06-22Add Symbol/Choice.referenced() convenience methodsUlf Magnusson
2018-06-20Rename KconfigSyntaxError to KconfigErrorUlf Magnusson
2018-06-19Add dependency loop detectionUlf Magnusson
2018-06-14Test property ordering on nested multi.def. choicesUlf Magnusson
2018-06-14Fix MenuNode.referenced() on Kconfig.top_nodeUlf Magnusson
2018-06-14Fix incorrectly ordered properties for some nested multi.def. symbolsUlf Magnusson
2018-06-13Add MenuNode function that returns referenced itemsUlf Magnusson
2018-06-11Add a function for getting all items in an expressionUlf Magnusson
2018-05-31Reorder compatibility testsUlf Magnusson
2018-05-30Add an allmodconfig implementationUlf Magnusson
2018-05-30Add an alldefconfig.py scriptUlf Magnusson
2018-05-30Add tool helper for selecting the top-level KconfigUlf Magnusson
2018-05-30allyesconfig: Prepare for packagingUlf Magnusson
2018-05-27Provide lists with all menus and commentsUlf Magnusson
2018-05-27Make Kconfig._choices publicUlf Magnusson
2018-05-27allnoconfig: Move from examples/ to rootUlf Magnusson
2018-05-27Simplify error exitsUlf Magnusson
2018-05-27Get rid of the predefined UNAME_RELEASE symbolUlf 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-01Make warnings available in a listUlf Magnusson