]> git.alsa-project.org Git - alsa-utils.git/commit
axfer: add unit test for container interface
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 13 Nov 2018 06:41:20 +0000 (15:41 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 13 Nov 2018 11:04:25 +0000 (12:04 +0100)
commitb878df1ff0b0c621759af342188c1704937d88d5
treead2c8ac57d372d2e0b85e415e2a7f32fcc158bd1
parent96110793b3e5198bdf6d06c18f28337b67083dcc
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>
axfer/Makefile.am
axfer/test/Makefile.am [new file with mode: 0644]
axfer/test/container-test.c [new file with mode: 0644]
axfer/test/generator.c [new file with mode: 0644]
axfer/test/generator.h [new file with mode: 0644]
configure.ac