aboutsummaryrefslogtreecommitdiff
path: root/old-tests/variable/override
AgeCommit message (Collapse)AuthorFilesLines
2018-11-08Make command line variable override scope syntax consistent with buildfileBoris Kolpackov1-2/+2
Before: $ b dir/:foo=bar ... After: $ b dir/foo=bar Alternatively (the buildfile syntax): $ b 'dir/ foo=bar' Note that the (rarely used) scope visibility modifier now leads to a double slash: $ b dir//foo=bar
2018-05-03Regularize directory target/scope-specific variable assignment syntaxBoris Kolpackov2-2/+2
2017-02-13Use variable_cache for target type/pattern-specific prepend/appendBoris Kolpackov2-22/+0
2016-12-01Move old tests to old-tests/Boris Kolpackov8-0/+439