mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Add some test for the snd_config_* functions. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
7 lines
142 B
Makefile
7 lines
142 B
Makefile
TESTS = config
|
|
TESTS += midi_event
|
|
check_PROGRAMS = $(TESTS)
|
|
noinst_HEADERS = test.h
|
|
|
|
AM_CFLAGS = -Wall -pipe
|
|
LDADD = ../../src/libasound.la
|