summaryrefslogtreecommitdiffstats
path: root/test/bad_syntax.lv2
AgeCommit message (Collapse)AuthorFilesLines
2024-11-24Use angle brackets for library includes and clean up include pathsDavid Robillard2-2/+2
2024-11-24Use zix_expand_environment_strings()David Robillard1-1/+1
The removed test was the last that needed access to private code, so also remove all of the build complication around ensuring there's a static library to test (avoiding a double build in many cases).
2022-12-10Use consistent meson formattingDavid Robillard1-16/+24
2022-11-16Simplify test setup codeDavid Robillard1-11/+1
2022-09-08Use 0BSD for trivial "public domain intent" thingsDavid Robillard1-1/+1
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway.
2022-09-01Adopt REUSE machine-readable licensing standardDavid Robillard3-16/+8
2022-07-18Switch to meson build systemDavid Robillard1-0/+25
2021-01-11Fix unused parameter warningsDavid Robillard1-0/+7
2020-12-31Format all code with clang-formatDavid Robillard2-64/+61
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-9/+5
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-04-14Use modern LV2 includesDavid Robillard1-1/+1
2019-01-13Update copyright datesDavid Robillard1-1/+1
2019-01-13Clean up includesDavid Robillard2-3/+11
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 Robillard4-0/+167