We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da328c8 commit 56a7b1cCopy full SHA for 56a7b1c
1 file changed
Makefile
@@ -127,9 +127,9 @@ test: all
127
valgrind-test: all
128
@$(MAKE) -C tests valgrind
129
130
-TEST-ARTIFACTS := config.mk Makefile.inc \
+TEST-ARTIFACTS := config.mk Makefile Makefile.inc \
131
$(LIB_BUILDDIRS:%=%/*.so*) $(PLUGIN_BUILDDIRS:%=%/*.so) \
132
- tests/Makefile tests/*.so* tests/lib/* tests/*-test
+ tests/Makefile tests/*.so* tests/lib/* tests/*-test
133
134
test-progs.cpio: test-progs
135
$(Q)printf "%s\\n" $(TEST-ARTIFACTS) | cpio -o -H crc >$@
0 commit comments