summaryrefslogtreecommitdiffstats
path: root/tests/search/dir/testscript
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* 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-191-1/+1
|
* Regularize directory target/scope-specific variable assignment syntaxBoris Kolpackov2018-05-031-2/+2
|
* Implement implied buildfile supportBoris Kolpackov2017-03-141-2/+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-231-0/+51
Now instead of explicitly writing: d = foo/ bar/ ./: $d include $d We can (usually) just write: ./: foo/ bar/