aboutsummaryrefslogtreecommitdiff
path: root/tests/buildfile
AgeCommit message (Collapse)AuthorFilesLines
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-09-04Rename .test/test{} to .testscript/testscript{}Boris Kolpackov1-1/+1
2018-05-19Update copyright yearKaren Arutyunov1-1/+1
2017-07-12Make use of wildcards in buildfilesKaren Arutyunov1-1/+0
2017-03-14Use wildcard patternsBoris Kolpackov1-2/+1
2017-03-10Implement support for wildcard patternsBoris Kolpackov1-1/+1
2017-02-13Use variable_cache for target type/pattern-specific prepend/appendBoris Kolpackov1-1/+1
2017-01-23Implement automatic loading of directory buildfilesBoris Kolpackov1-3/+3
Now instead of explicitly writing: d = foo/ bar/ ./: $d include $d We can (usually) just write: ./: foo/ bar/
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-12-05Add comma, ternary, logical operators support in eval contextBoris Kolpackov1-1/+1
2016-12-01Port old value reversibility testsBoris Kolpackov1-1/+1
2016-12-01Organize tests/, factor common testscript fragmentsBoris Kolpackov1-1/+1
2016-11-23Implement value type propagation on expansionBoris Kolpackov1-1/+1
Currently, we only propagate types of sole, unquoted expansions (variable, function call, or eval context), similar to NULL. To untypify the value, simply quote it.
2016-11-23Implement assert directiveBoris Kolpackov1-1/+1
The grammar is as follows: assert <expression> [<description>] assert! <expression> [<description>] The expression must evaluate to 'true' or 'false', just like in if-else.
2016-11-18Add function machinery, implement path.normalize()Boris Kolpackov1-1/+1
Note that multi-argument functions are not yet "callable" since there is no support for value packs.
2016-11-04Implement concurrent_runnerBoris Kolpackov1-1/+1
2016-11-04Cosmetic changeBoris Kolpackov1-1/+1
2016-07-12Use ./ instead of just . to denote current directory in buildfilesBoris Kolpackov1-1/+1
2016-01-09Update copyright yearBoris Kolpackov1-1/+1
2015-06-18Add headers to buildfiles, move tests/build/ to tests/Boris Kolpackov1-0/+7