summaryrefslogtreecommitdiff
path: root/unit/test-midi.c
Commit message (Collapse)AuthorAgeFilesLines
* unit/test-midi: Make unit test compatible with GLIB v2.28Brian Gix2017-01-251-2/+6
| | | | | g_assert_memcmp would require to bump the glib version so instead just use just use g_assert_cmpint and g_assert.
* unit/test-midi: Added libmidi use-case testsFelipe F. Tonello2017-01-041-0/+628
I tried to test all basic and most common use-case scenarios here and some more weird as well. It tests cases where the parser needs to handle problematic MIDI messages as well as ALSA Sequencer events. It is really simple to add new tests, so others are welcome to do so.