aboutsummaryrefslogtreecommitdiffstats
path: root/test/meson.build
AgeCommit message (Collapse)AuthorFilesLines
2023-04-30Add long "help" and "version" options to serdiDavid Robillard1-0/+2
Although serdi still "officially" has a BSD-style interface, meson uses --version to find the version of executables. So, support that, and also add --help, since users will often try that for unknown commands.
2023-04-06Make URI writing stricter by defaultDavid Robillard1-1/+9
2023-04-06Check formatting of project Turtle filesDavid Robillard1-0/+11
2023-04-06Use portable names for all test targetsDavid Robillard1-8/+8
2023-04-06Add pylint testDavid Robillard1-1/+25
2023-04-06Fix flake8 warnings and add testDavid Robillard1-0/+6
2023-04-06Simplify command-line option test namesDavid Robillard1-2/+2
2023-04-06Simplify naming of W3C test directoriesDavid Robillard1-8/+9
This matches the names used in <https://github.com/w3c/rdf-tests.git>.
2023-04-06Use more consistent meson formattingDavid Robillard1-2/+2
2023-04-06Use new meson strict warning systemDavid Robillard1-19/+13
Meson includes warning_level=everything as of version 1.0.0, which supercedes maintaining redundant lists of warning flags here.
2023-04-05Add a simple abbreviation test suiteDavid Robillard1-0/+3
2023-04-05Move big test cases to a separate suiteDavid Robillard1-0/+3
2023-04-05Factor out a suite of "perfect" reversible testsDavid Robillard1-0/+7
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