summaryrefslogtreecommitdiffstats
path: root/test/failed_lib_descriptor.lv2
AgeCommit message (Collapse)AuthorFilesLines
2022-03-13Fix Windows buildDavid Robillard1-1/+1
2022-03-11fixup! WIP: Port to serd1David Robillard1-1/+1
2021-10-27fixup! WIP: Port to serd1David Robillard1-2/+3
2021-08-13fixup! WIP: Port to serd1David Robillard1-1/+1
2021-03-24WIP: Port to serd1David Robillard1-8/+5
2021-03-24WIP: Switch to MesonDavid Robillard1-0/+24
2021-01-11Fix unused parameter warningsDavid Robillard1-0/+3
2020-12-31Format all code with clang-formatDavid Robillard2-33/+31
2020-12-16Clean up includesDavid Robillard1-1/+1
2020-08-06Separate filesystem utilitiesDavid Robillard1-1/+1
2020-07-16Remove unnecessary definesDavid Robillard1-2/+0
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/+10
Sorts includes from local to global (which catches errors) and fixes missing includes found by the resulting breakage and include-what-you-use.
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/+119
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5742 a436a847-0d15-0410-975c-d299462d15a1