aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_sink.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-13Replace multiple stream callbacks with SerdEventDavid Robillard1-7/+42
This makes plumbing easier since everything goes through the same "stream" and only one callback is required to handling everything. It's also more easily extensible in case more event types need to be added in the future.
2022-01-13Use SerdNodes to simplify some testsDavid Robillard1-10/+11
2022-01-13Add SerdStatementDavid Robillard1-25/+19
2022-01-13Add SerdSink interface and hide implementationsDavid Robillard1-0/+159