mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 18:45:43 +01:00
axfer: add missing header file of unit test to distribution
The file 'axfer/test/generator.h' is missing in distribution and brings FTBFS for unit tests of axfer. This commit fixes to add it. Reported-by: Elimar Riesebieter <riesebie@lxtec.de> Fixes:b878df1ff0
: ('axfer: add unit test for container interface') Fixes:39d1ab8a0c
: ('axfer: add a unit test for mapper interface') Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
257be19c47
commit
6fdaa0c524
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ container_test_SOURCES = \
|
|||
../container-voc.c \
|
||||
../container-raw.c \
|
||||
generator.c \
|
||||
generator.h \
|
||||
container-test.c
|
||||
|
||||
mapper_test_SOURCES = \
|
||||
|
@ -28,4 +29,5 @@ mapper_test_SOURCES = \
|
|||
../mapper-single.c \
|
||||
../mapper-multiple.c \
|
||||
generator.c \
|
||||
generator.h \
|
||||
mapper-test.c
|
||||
|
|
Loading…
Reference in a new issue