alsa-utils/axfer/test/Makefile.am
Takashi Sakamoto b878df1ff0 axfer: add unit test for container interface
In former commits, container module gets supports of parser/builder for
several types of file format. This commit adds a unit test for them.
This includes positive test cases only. The test cases actually generate
I/O to file systems for many test cases. It takes a long time to finish.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2018-11-13 12:04:25 +01:00

16 lines
252 B
Makefile

TESTS = \
container-test
check_PROGRAMS = \
container-test
container_test_SOURCES = \
../container.h \
../container.c \
../container-riff-wave.c \
../container-au.c \
../container-voc.c \
../container-raw.c \
generator.c \
container-test.c