aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Correct ordering of pipes for testTom Ryder2016-08-031-2/+6
|
* Add test to check binscripts match manpagesTom Ryder2016-08-031-0/+45
|
* Don't test sed scriptsTom Ryder2016-08-032-20/+0
| | | | Changed my mind
* Restore -f test rather than -e testTom Ryder2016-08-024-4/+4
| | | | Because it prevents testing directories, of course
* Fix up exit values and glob checksTom Ryder2016-08-025-13/+14
|
* Slightly nicer text syntaxTom Ryder2016-08-022-18/+38
| | | | | | Also remove Awk test; because Awk can do things beyond simple filtering and may do something with its arguments other than reading them, it can't really be tested like that
* Add tests for awk/sed scriptsTom Ryder2016-08-022-0/+8
|
* Move tests and lints into their own scriptsTom Ryder2016-08-025-0/+37
Much nicer than having them embedded in the Makefile. Might do this for some of the more complex install targets too. Or maybe all of them ...