summaryrefslogtreecommitdiff
path: root/tests/Kbounds
AgeCommit message (Collapse)Author
2017-09-18Add 'imply' supportUlf Magnusson
This is like a 'select' that only changes the default value of a symbol, not limiting what values the user can set it to (with one exception: A symbol implied to 'y' can't be set to 'm'). Symbol.get_implied_symbols() was added, corresponding to Symbol.get_selected_symbols(), and Symbol.__str__() was extended to print implied symbols and weak reverse dependencies. Weak reverse dependencies are the 'imply' version of 'select's reverse dependencies.
2012-12-10Get some menuconfig coverage.Ulf Magnusson
2012-12-06Add selftests for get_lower/upper_bound().Ulf Magnusson