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 7415c7d commit 5b26e23Copy full SHA for 5b26e23
1 file changed
Makefile
@@ -137,10 +137,10 @@ test-progs.cpio: test-progs
137
test-progs.tar: test-progs
138
$(Q)tar cf $@ $(TEST-ARTIFACTS)
139
140
-test-outputs.cpio: $(wildcard tests/*.out) $(wildcard tests/*.vgr)
+test-outputs.cpio: $(wildcard tests/*.out) $(wildcard tests/*.vgr) $(wildcard tests/core*)
141
$(Q)printf "%s\\n" $^ | cpio -o -H crc >$@
142
143
-test-outputs.tar: $(wildcard tests/*.out) $(wildcard tests/*.vgr)
+test-outputs.tar: $(wildcard tests/*.out) $(wildcard tests/*.vgr) $(wildcard tests/core*)
144
$(Q)tar cf "$@" $^ || touch $@
145
146
.PHONY: TAGS
0 commit comments