summaryrefslogtreecommitdiffstats
path: root/test/missing_descriptor.lv2
AgeCommit message (Collapse)AuthorFilesLines
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
2020-12-31Format all code with clang-formatDavid Robillard1-30/+29
2020-12-16Clean up includesDavid Robillard1-1/+1
2020-08-06Separate filesystem utilitiesDavid Robillard1-1/+1
2020-07-16Add missing extern declarationDavid Robillard1-0/+3
This avoids a clang warning about strict declarations.
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 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.
2018-07-10Export symbol from missing descriptor pluginDavid Robillard1-0/+1
Libraries with no symbols at all can cause problems with MSVC
2016-08-26Fix compilation with C++David Robillard1-1/+1
2015-10-29Fix test suite memory leaksDavid Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5796 a436a847-0d15-0410-975c-d299462d15a1
2015-10-04Improve test coverageDavid Robillard4-0/+109
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5742 a436a847-0d15-0410-975c-d299462d15a1