OSDN Git Service

axfer: add a unit test for mapper interface
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Tue, 13 Nov 2018 06:41:24 +0000 (15:41 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 13 Nov 2018 11:04:28 +0000 (12:04 +0100)
commit39d1ab8a0cb4c8483108abea2240d2366b8ec207
treeab62c81f02b56f95347b4ed74a1506efc0fb6747
parent25c8e3bebb536d49f8e4f63e80440304ae7a9125
axfer: add a unit test for mapper interface

In former commits, mapper module gets supports of muxer/demuxer for
single/multiple targets for playback source or capture destination. 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 bit long time to finish.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
axfer/test/Makefile.am
axfer/test/mapper-test.c [new file with mode: 0644]