OSDN Git Service

axfer: add missing header file of unit test to distribution
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 27 Jan 2019 02:24:53 +0000 (11:24 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 29 Jan 2019 15:48:00 +0000 (16:48 +0100)
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: b878df1ff0b0: ('axfer: add unit test for container interface')
Fixes: 39d1ab8a0cb4: ('axfer: add a unit test for mapper interface')
Signed-off-by: Takashi Iwai <tiwai@suse.de>
axfer/test/Makefile.am

index 76a93bf..6521134 100644 (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