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:
Clemens Ladisch 2009-07-06 12:00:04 +02:00
parent 8541983799
commit 7f73f1bb15
6 changed files with 403 additions and 2 deletions

6
test/lsb/Makefile.am Normal file
View file

@ -0,0 +1,6 @@
TESTS = midi_event
check_PROGRAMS = $(TESTS)
noinst_HEADERS = test.h
AM_CFLAGS = -Wall -pipe
LDADD = ../../src/libasound.la