aboutsummaryrefslogtreecommitdiff
path: root/build2/test/script/script.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-12-09Initial parallel scheduler implementation, use to run testscripsBoris Kolpackov1-8/+59
2016-11-25Allow here-document end marker to be wholly quotedBoris Kolpackov1-4/+7
2016-11-08Implement testscript command-ifBoris Kolpackov1-2/+20
2016-11-08Add mkdir and touch builtinsKaren Arutyunov1-1/+10
2016-11-04Implement testscript inclusion supportBoris Kolpackov1-25/+30
2016-11-04Fix Clang and VC warningsKaren Arutyunov1-1/+1
2016-11-04Implement command-pipe, command-expr in testscript parserBoris Kolpackov1-0/+48
2016-11-04Update test runner to accommodate cleanup typesKaren Arutyunov1-6/+15
2016-11-04Add support for &dir/*** test path cleanup syntaxKaren Arutyunov1-10/+1
2016-11-04Suppress duplicates on test scope path cleanup registrationKaren Arutyunov1-0/+21
2016-11-04Add support of cleanups to testscript parserKaren Arutyunov1-4/+23
2016-11-04Add support of merge redirect to testscript parserKaren Arutyunov1-5/+12
2016-11-04Add support of file redirects to testscript parserKaren Arutyunov1-5/+127
2016-11-04Fix printing no-newline here-doc and here-strKaren Arutyunov1-13/+19
2016-11-04Minor testscript changesBoris Kolpackov1-1/+6
2016-11-04Support >+ and <+ redirects in parserKaren Arutyunov1-0/+1
2016-11-04Change <! and >! syntaxt to <- and >-Karen Arutyunov1-1/+1
2016-11-04Implement creation/cleanup of testscript root working directoryBoris Kolpackov1-13/+8
2016-11-04Add support for testscript scope id, working directoryBoris Kolpackov1-11/+62
2016-11-04Move exit status to command, make runner run commands, not testsBoris Kolpackov1-20/+11
2016-11-04Add testscript parser unit testBoris Kolpackov1-0/+2
2016-11-04Generalize and move test printing code to scriptBoris Kolpackov1-0/+97
2016-11-04Implement testscript $*, $NN, $~ special variablesBoris Kolpackov1-18/+31
2016-11-04Add notion of scope to testscript modelBoris Kolpackov1-7/+16
2016-11-04Set test variable for testscript, improve test ruleBoris Kolpackov1-0/+29
2016-11-04Initial work on testscript lexer/parserBoris Kolpackov1-0/+83