aboutsummaryrefslogtreecommitdiff
path: root/tests/search
AgeCommit message (Collapse)AuthorFilesLines
2017-03-14Implement implied buildfile supportBoris Kolpackov2-7/+1
In essence, if the buildfile is: ./: */ Then it can be omitted entirely (provided there is at least one subdirectory).
2017-03-02Implement parallel matchBoris Kolpackov1-1/+0
2017-01-24Add support for comparison of test command output to a fileKaren Arutyunov1-2/+2
2017-01-23Implement automatic loading of directory buildfilesBoris Kolpackov3-0/+64
Now instead of explicitly writing: d = foo/ bar/ ./: $d include $d We can (usually) just write: ./: foo/ bar/