aboutsummaryrefslogtreecommitdiff
path: root/tests/name/pattern.testscript
AgeCommit message (Collapse)AuthorFilesLines
2022-10-25Allow concatenation of path/dir_path type to be a path patternKaren Arutyunov1-0/+29
2022-10-13Switch to public/private variables modelBoris Kolpackov1-3/+3
Now unqualified variables are project-private and can be typified.
2020-02-07Drop copyright notice from source codeKaren Arutyunov1-1/+0
2019-11-15Test and document wildcard character escapingBoris Kolpackov1-1/+11
Also document the new bracket expression ([...]) wildcard support.
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-11-21Add support for target and prerequisite specific variable blocksBoris Kolpackov1-3/+3
For example, now instead of: lib{foo}: cxx.loptions += -static lib{foo}: cxx.libs += -lpthread We can write: lib{foo}: { cxx.loptions += -static cxx.libs += -lpthread } The same works for prerequisites as well as target type/patterns. For example: exe{*.test}: { test = true install = false }
2018-09-05Create .buildignore file in testscript root working directoryKaren Arutyunov1-0/+15
2018-09-04Rename .test/test{} to .testscript/testscript{}Boris Kolpackov1-0/+332