aboutsummaryrefslogtreecommitdiff
path: root/test/units
AgeCommit message (Collapse)Author
2022-04-30multiple spelling and typo fixesJosh Soref
This fixes #516.
2022-04-16rewrite tests (#515)William Hubbs
* rewrite tests to work with meson This ports our tests to meson and makes them able to be run in parallel. * add tests to ci * rewrite test/check-trailing-newlines in bash This test was using a GNU sed command which does not work on Alpine Linux.
2021-12-20use HEAD in git URIs to point to the default branchMike Frysinger
This makes the URIs shorter and dynamic: whatever the default branch the repo uses will be used.
2019-02-22combine test directoriesWilliam Hubbs
This fixes #295.