add a test code for snd_seq_client_info_event_filter_*()

Added test code for
snd_seq_client_info_event_filter_{clear,add,del,check}

Signed-off-by: Aldrin Martoq <amartoq@dcc.uchile.cl>
This commit is contained in:
Aldrin Martoq 2008-02-22 17:49:01 +01:00 committed by Takashi Iwai
parent 75ecdac6f4
commit 83c5a60778
2 changed files with 48 additions and 1 deletions

View file

@ -1,6 +1,6 @@
check_PROGRAMS=control pcm pcm_min latency seq \
playmidi1 timer rawmidi midiloop \
oldapi queue_timer namehint
oldapi queue_timer namehint client_event_filter
control_LDADD=../src/libasound.la
pcm_LDADD=../src/libasound.la
@ -14,6 +14,7 @@ midiloop_LDADD=../src/libasound.la
oldapi_LDADD=../src/libasound.la
queue_timer_LDADD=../src/libasound.la
namehint_LDADD=../src/libasound.la
client_event_filter_LDADD=../src/libasound.la
code_CFLAGS=-Wall -pipe -g -O2
INCLUDES=-I$(top_srcdir)/include