Skip to content

Commit 93e6a85

Browse files
committed
Makefile: include top-level Makefile in test-progs.tar
Signed-off-by: Martin Wilck <mwilck@suse.com>
1 parent 4660822 commit 93e6a85

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ test: all
127127
valgrind-test: all
128128
@$(MAKE) -C tests valgrind
129129

130-
TEST-ARTIFACTS := config.mk Makefile.inc \
130+
TEST-ARTIFACTS := config.mk Makefile Makefile.inc \
131131
$(LIB_BUILDDIRS:%=%/*.so*) $(PLUGIN_BUILDDIRS:%=%/*.so) \
132-
tests/Makefile tests/*.so* tests/lib/* tests/*-test
132+
tests/Makefile tests/*.so* tests/lib/* tests/*-test
133133

134134
test-progs.cpio: test-progs
135135
$(Q)printf "%s\\n" $(TEST-ARTIFACTS) | cpio -o -H crc >$@

0 commit comments

Comments
 (0)