mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 07:05:42 +01:00
b878df1ff0
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>
15 lines
252 B
Makefile
15 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
|