mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-06 04:06:34 -05:00
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.
6 lines
118 B
Makefile
6 lines
118 B
Makefile
TESTS = pcm
|
|
check_PROGRAMS = $(TESTS)
|
|
noinst_HEADERS = test.h
|
|
|
|
AM_CFLAGS = -Wall -pipe
|
|
LDADD = ../../src/libasound.la
|