summaryrefslogtreecommitdiffstats
path: root/test/missing_port.lv2/test_missing_port.c
AgeCommit message (Collapse)AuthorFilesLines
2022-11-16Simplify test setup codeDavid Robillard1-11/+1
2022-09-01Adopt REUSE machine-readable licensing standardDavid Robillard1-0/+3
2020-12-31Format all code with clang-formatDavid Robillard1-29/+28
2020-12-16Clean up includesDavid Robillard1-1/+1
2020-08-06Separate filesystem utilitiesDavid Robillard1-1/+1
2020-07-16Use standard assert for test expectationsDavid Robillard1-8/+4
The old one aborted anyway, and I've been using assert for tests in other projects for a while now, and never really missed having something more complex. The lack of a dependency or repetitive code is nice. Since the unit tests are about to be split up, the abort thing will become less of an issue anyway.
2019-01-13Clean up includesDavid Robillard1-1/+8
Sorts includes from local to global (which catches errors) and fixes missing includes found by the resulting breakage and include-what-you-use.
2016-07-14Improve test coverageDavid Robillard1-0/+45