Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-24 | Add support for comparison of test command output to a file | Karen Arutyunov | 1 | -2/+2 | |
2017-01-23 | Implement automatic loading of directory buildfiles | Boris Kolpackov | 3 | -0/+64 | |
Now instead of explicitly writing: d = foo/ bar/ ./: $d include $d We can (usually) just write: ./: foo/ bar/ |