summaryrefslogtreecommitdiffstats
path: root/tests/search
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-162-2/+2
|
* Rename .test/test{} to .testscript/testscript{}Boris Kolpackov2018-09-041-1/+1
|
* Remove target/scope irregularity workaroundsBoris Kolpackov2018-05-241-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-192-2/+2
|
* Get rid of doc{version} and types for testscript and manifest in buildfilesKaren Arutyunov2018-05-191-1/+1
|
* Regularize directory target/scope-specific variable assignment syntaxBoris Kolpackov2018-05-031-2/+2
|
* Implement implied buildfile supportBoris Kolpackov2017-03-142-7/+1
| | | | | | | | In essence, if the buildfile is: ./: */ Then it can be omitted entirely (provided there is at least one subdirectory).
* Implement parallel matchBoris Kolpackov2017-03-021-1/+0
|
* Add support for comparison of test command output to a fileKaren Arutyunov2017-01-241-2/+2
|
* Implement automatic loading of directory buildfilesBoris Kolpackov2017-01-233-0/+64
Now instead of explicitly writing: d = foo/ bar/ ./: $d include $d We can (usually) just write: ./: foo/ bar/