aboutsummaryrefslogtreecommitdiffstats
path: root/tests/read_chunk_test.c
AgeCommit message (Collapse)AuthorFilesLines
2019-12-20Replace serd_reader_set_strict() with SerdReaderFlagsDavid Robillard1-1/+1
This makes reader options extensible and should hopefully prevent the need for grafting on more similar functions in the future.
2019-12-19Add Env to SinkDavid Robillard1-1/+1
This isn't technically necessary for any sink, but is a pattern common to every sink implementation in serd, so having it here reduces boilerplate and parameters in user code.
2019-12-19Add test for reading chunksDavid Robillard1-0/+112