aboutsummaryrefslogtreecommitdiff
path: root/tests/buildfile
AgeCommit message (Collapse)AuthorFilesLines
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