mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-11 04:27:44 -05:00
add midi event tests
Add some tests for the snd_midi_event_* functions. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
This commit is contained in:
parent
8541983799
commit
7f73f1bb15
6 changed files with 403 additions and 2 deletions
6
test/lsb/Makefile.am
Normal file
6
test/lsb/Makefile.am
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
TESTS = midi_event
|
||||
check_PROGRAMS = $(TESTS)
|
||||
noinst_HEADERS = test.h
|
||||
|
||||
AM_CFLAGS = -Wall -pipe
|
||||
LDADD = ../../src/libasound.la
|
||||
Loading…
Add table
Add a link
Reference in a new issue