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:
Takashi Sakamoto 2019-01-27 11:24:53 +09:00 committed by Takashi Iwai
parent 257be19c47
commit 6fdaa0c524

View file

@ -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