summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-09Clarify purpose of _build_dep().Ulf Magnusson
2012-12-09Remove get_sibling_items/symbols() from test suite too.Ulf Magnusson
2012-12-09Avoid registering symbols for junk after a T_HELP token.Ulf Magnusson
2012-12-09Add note about internals.Ulf Magnusson
2012-12-09Remove get_sibling_symbols/items().Ulf Magnusson
2012-12-09Small formatting fix.Ulf Magnusson
2012-12-09Rename various assert_* functions to verify_*.Ulf Magnusson
2012-12-09Rename assert_true() to verify().Ulf Magnusson
2012-12-09Add selftests for get_selected_symbols().Ulf Magnusson
2012-12-09Add selftests for get_referenced_symbols().Ulf Magnusson
2012-12-09Make get_referenced_symbols() include symbols from ranges.Ulf Magnusson
2012-12-09Add note about internal APIs.Ulf Magnusson
2012-12-09Clarify _get_dependent() documentation.Ulf Magnusson
2012-12-09Motivate KERNELVERSION assignment in test suite.Ulf Magnusson
2012-12-09Spell nit.Ulf Magnusson
2012-12-09Make introduction less verbose.Ulf Magnusson
2012-12-08Spiffy up README shell commands.Ulf Magnusson
2012-12-08Fix link in README.Ulf Magnusson
2012-12-08Fix README linebreaks.Ulf Magnusson
2012-12-08Update README.Ulf Magnusson
2012-12-08Add selftests for internal object dependencies.Ulf Magnusson
2012-12-08Register dependencies from ranges.Ulf Magnusson
2012-12-08Avoid getting 'self' as a dependency.Ulf Magnusson
2012-12-08Add _get_dependent() note.Ulf Magnusson
2012-12-08Reuse cached deps from other symbols in _get_dependent().Ulf Magnusson
2012-12-08Cache the list of dependent symbols.Ulf Magnusson
2012-12-08Remove warning for assigning to symbol without prompt.Ulf Magnusson
2012-12-08Add a simpler allnoconfig example.Ulf Magnusson
2012-12-08Clarify allno/yesconfig.py.Ulf Magnusson
2012-12-08Test the actual allno/yesconfig.py scripts.Ulf Magnusson
2012-12-08Make test suite logging optional.Ulf Magnusson
2012-12-08Default to only testing valid arch/defconfig pairs.Ulf Magnusson
2012-12-08Add a speedy test mode that avoids running 'make'.Ulf Magnusson
2012-12-08Arrange _tokenize() cases by frequency.Ulf Magnusson
2012-12-07Simplify shell().Ulf Magnusson
2012-12-07Use consistent style for tuple unpacking.Ulf Magnusson
2012-12-07Use a frozenset for string_lex.Ulf Magnusson
2012-12-07Re-enable testing of H8/300.Ulf Magnusson
2012-12-07Use consistent docstring style.Ulf Magnusson
2012-12-07Update test suite instructions.Ulf Magnusson
2012-12-07Make Makefile patch less intrusive.Ulf Magnusson
2012-12-07Small simplification.Ulf Magnusson
2012-12-07Add selftests for object relations.Ulf Magnusson
2012-12-07Fix get_menus() ordering w.r.t. nested menus.Ulf Magnusson
2012-12-07Clarify ordering with get_actual_items().Ulf Magnusson
2012-12-07Add tests/Klocation.Ulf Magnusson
2012-12-07Add selftests for location queries.Ulf Magnusson
2012-12-06Ops - forgot to add tests/Ktext.Ulf Magnusson
2012-12-06Add selftests for various text queries.Ulf Magnusson
2012-12-06Add Choice.get_help().Ulf Magnusson