aboutsummaryrefslogtreecommitdiff
path: root/unit-tests/test/script/parser/buildfile
AgeCommit message (Expand)AuthorFilesLines
2019-03-08Use new setup for unit testsKaren Arutyunov1-6/+0
2019-01-16Update copyright yearKaren Arutyunov1-1/+1
2018-09-10Replace libu with libue in buildfilesKaren 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-28Use utility library to arrange unit testingBoris Kolpackov1-14/+1
2017-07-13Add hxx prerequisite type in test buildfilesKaren Arutyunov1-2/+2
2017-07-12Make use of wildcards in buildfilesKaren Arutyunov1-5/+2
2017-06-27Add support for regex function familyKaren Arutyunov1-5/+7
2017-06-26Add support for $path_search() and $path_match()Karen Arutyunov1-5/+5
2017-03-17Implement create meta-operationBoris Kolpackov1-1/+1
2017-03-16Add ability for meta-operation to preprocess buildspecBoris Kolpackov1-1/+1
2017-03-02Fix unit test code generationBoris Kolpackov1-3/+1
2017-01-06Store platform targets as typed target_tripletBoris Kolpackov1-2/+2
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2017-01-05Add support for regex in runnerKaren Arutyunov1-1/+1
2017-01-04Treat any testscript line that starts with dot as directiveBoris Kolpackov1-3/+3
2016-12-16Add line_regexKaren Arutyunov1-1/+1
2016-12-09Initial parallel scheduler implementation, use to run testscripsBoris Kolpackov1-1/+4
2016-11-30Add support for typed/untyped concatenated expansionBoris Kolpackov1-2/+2
2016-11-23Implement few builtin functions that can operate on any valueBoris Kolpackov1-1/+1
2016-11-21Add process_path.{recall,effect} build2 functionsBoris Kolpackov1-2/+3
2016-11-18Add function machinery, implement path.normalize()Boris Kolpackov1-2/+2
2016-11-10Implement scope-if in testscriptBoris Kolpackov1-3/+3
2016-11-08Implement testscript command-ifBoris Kolpackov1-1/+2
2016-11-04Implement testscript inclusion supportBoris Kolpackov1-1/+1
2016-11-04Implement command-pipe, command-expr in testscript parserBoris Kolpackov1-2/+2
2016-11-04Implement description support in testscriptBoris Kolpackov1-2/+2
2016-11-04Add support of cleanups to testscript parserKaren Arutyunov1-2/+2
2016-11-04Add support of file redirects to testscript runnerKaren Arutyunov1-1/+2
2016-11-04Diagnose semicolon after testscript setup/teardown commandsBoris Kolpackov1-1/+1
2016-11-04Add support for testscript scope id, working directoryBoris Kolpackov1-1/+1
2016-11-04Minor testscript changesBoris Kolpackov1-1/+2
2016-11-04Add testscript parser unit testBoris Kolpackov1-0/+15