aboutsummaryrefslogtreecommitdiffstats
path: root/test/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2023-04-05Separate test suites and simplify licensing metadataDavid Robillard1-16/+17
2023-04-05Replace complicated test support codeDavid Robillard1-119/+102
Everything covered by the old hairy runner script is now covered by more focused test suites, so the "thru" pass can be eliminated without losing significant coverage.
2023-04-05Test full URI preservation separatelyDavid Robillard1-0/+4
2023-04-05Run lax suite with the simpler runner scriptDavid Robillard1-18/+8
2023-04-05Test adding blank node prefixes separatelyDavid Robillard1-0/+5
2023-04-05Test URI and blank node manipulation features separatelyDavid Robillard1-2/+24
2023-04-05Clean up Python scripts and add a formatting testDavid Robillard1-0/+26
2023-04-05Add pretty-printing test suiteDavid Robillard1-12/+35
The earlier "test" was just hitting the code without actually checking the output. This new suite is a set of pretty-printed documents which serd must reproduce exactly to pass. This should make it easy to add cases in the future, since each case is just a document, as it should look.
2023-04-02Fix lax test suiteDavid Robillard1-2/+2
2022-11-25Merge similar testsDavid Robillard1-1/+0
2022-10-23Test header for warnings more strictlyDavid Robillard1-0/+6
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-08Only run REUSE test in strict modeDavid Robillard1-12/+14
2022-08-31Adopt REUSE machine-readable licensing standardDavid Robillard1-1/+10
2022-08-22Only run autoship test in strict modeDavid Robillard1-3/+5
2022-07-10Switch to meson build systemDavid Robillard1-0/+198