aboutsummaryrefslogtreecommitdiff
path: root/tests/directive/run.testscript
AgeCommit message (Collapse)AuthorFilesLines
2018-11-21Add support for target and prerequisite specific variable blocksBoris Kolpackov1-1/+1
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-04Rename .test/test{} to .testscript/testscript{}Boris Kolpackov1-0/+37