aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/script
AgeCommit message (Expand)AuthorFilesLines
2017-05-01Add hxx extension for headersKaren Arutyunov1-552/+0
2017-03-16Add support for >! test command redirectKaren Arutyunov1-0/+1
2017-03-15Add support for config.test.output variableKaren Arutyunov1-0/+7
2017-03-01Add set builtinKaren Arutyunov1-0/+1
2017-02-13Pass const target& to recipesBoris Kolpackov1-4/+4
2017-01-31Add support for test command pipe, expression and command-ifKaren Arutyunov1-1/+1
2017-01-24Add support for shared here-documentsKaren Arutyunov1-4/+25
2017-01-24Add support for comparison of test command output to a fileKaren Arutyunov1-1/+10
2017-01-19Add support for portable path modifer and dot character escaping inversionKaren Arutyunov1-12/+62
2017-01-05Update copyright yearBoris Kolpackov1-1/+1
2016-12-16Add line_regexKaren Arutyunov1-11/+16
2016-12-16Add support for passing target name to testscript via test variableBoris Kolpackov1-2/+4
2016-12-15Implement test.redirects, test.cleanupsBoris Kolpackov1-3/+5
2016-12-13Handle exceptions in parallel tests runsBoris Kolpackov1-0/+3
2016-12-09Initial parallel scheduler implementation, use to run testscripsBoris Kolpackov1-3/+14
2016-12-01Implement testscript variable-ifBoris Kolpackov1-1/+3
2016-11-10Implement scope-if in testscriptBoris Kolpackov1-7/+32
2016-11-08Implement testscript command-ifBoris Kolpackov1-1/+14
2016-11-08Add mkdir and touch builtinsKaren Arutyunov1-1/+2
2016-11-08Get rid of faulty test script move-ctorKaren Arutyunov1-1/+1
2016-11-07Rework pre-parsed line type in testscriptBoris Kolpackov1-1/+1
2016-11-04Implement testscript inclusion supportBoris Kolpackov1-5/+15
2016-11-04Restructure testscript parser slightlyBoris Kolpackov1-0/+12
2016-11-04Add support for cleanup types to testscript runnerKaren Arutyunov1-3/+2
2016-11-04Implement command-pipe, command-expr in testscript parserBoris Kolpackov1-0/+48
2016-11-04Update test runner to accommodate cleanup typesKaren Arutyunov1-3/+3
2016-11-04Update model to accommodate cleanup typesBoris Kolpackov1-20/+38
2016-11-04Minor comment changeBoris Kolpackov1-16/+13
2016-11-04Add support for &dir/*** test path cleanup syntaxKaren Arutyunov1-6/+18
2016-11-04Suppress duplicates on test scope path cleanup registrationKaren Arutyunov1-0/+8
2016-11-04Initial support for trailing description in testscriptBoris Kolpackov1-0/+6
2016-11-04Implement description support in testscriptBoris Kolpackov1-0/+9
2016-11-04Add support of cleanups to testscript parserKaren Arutyunov1-0/+2
2016-11-04Minor changes to merge redirect codeBoris Kolpackov1-1/+1
2016-11-04Add support of merge redirect to testscript parserKaren Arutyunov1-0/+2
2016-11-04Handle explicit test scopesBoris Kolpackov1-0/+6
2016-11-04Add support of file redirects to testscript parserKaren Arutyunov1-5/+34
2016-11-04Minor name changes in testscript object modelBoris Kolpackov1-3/+4
2016-11-04Support paths cleanup when test scope is leftKaren Arutyunov1-0/+5
2016-11-04Add support for setup/teardown commandsBoris Kolpackov1-1/+1
2016-11-04Minor testscript changesBoris Kolpackov1-1/+1
2016-11-04Support >+ and <+ redirects in parserKaren Arutyunov1-0/+1
2016-11-04Implement creation/cleanup of testscript root working directoryBoris Kolpackov1-1/+3
2016-11-04Add support for no-newline redirects in testscriptBoris Kolpackov1-1/+1
2016-11-04Implement support for compound testsBoris Kolpackov1-2/+8
2016-11-04Rework test runnerBoris Kolpackov1-0/+2
2016-11-04Add testscript runner scope enter/leave callbacksBoris Kolpackov1-6/+17
2016-11-04Add support for testscript scope id, working directoryBoris Kolpackov1-19/+31
2016-11-04Add notion of testscript test and group scopesBoris Kolpackov1-10/+32
2016-11-04Move exit status to command, make runner run commands, not testsBoris Kolpackov1-25/+21