alsa-lib/test/features/Makefile.am
Shmuel Melamud a19db1e5ad test: Add PCM interface tests
Add tests for various features of the PCM interface. The goal is to
maximize coverage of the corresponding kernel code. The tests use a
loopback device and require snd-aloop kernel module to be loaded.
2023-11-01 05:20:56 +02:00

6 lines
118 B
Makefile

TESTS = pcm
check_PROGRAMS = $(TESTS)
noinst_HEADERS = test.h
AM_CFLAGS = -Wall -pipe
LDADD = ../../src/libasound.la