mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-27 01:31:08 +00:00
da19588063
Add some test for the snd_config_* functions. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
8 lines
142 B
Makefile
8 lines
142 B
Makefile
TESTS = config
|
|
TESTS += midi_event
|
|
check_PROGRAMS = $(TESTS)
|
|
noinst_HEADERS = test.h
|
|
|
|
AM_CFLAGS = -Wall -pipe
|
|
LDADD = ../../src/libasound.la
|