aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/parser/include.test
AgeCommit message (Collapse)AuthorFilesLines
2016-11-09Various minor semantics changes in testscript languageBoris Kolpackov1-2/+10
The .include directive and if-else no longer have to be separated from the following token. This allows to make the decision by looking at just one token. The test scope can no longer have a description inside the scope. It should always be leading the scope itself.
2016-11-04Implement testscript inclusion supportBoris Kolpackov1-0/+140