aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sink_test.c
AgeCommit message (Collapse)AuthorFilesLines
2020-10-27Replace multiple stream callbacks with SerdEventDavid Robillard1-5/+22
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.
2020-10-27Add modelDavid Robillard1-0/+127