btrfs-progs: add prerequisite btrfs-image for test-fuzz
Since tests/fuzz-tests/002-simple-image/test.sh need the btrfs-image for prerequisite. So add the dependency in Makefile. Signed-off-by: Gu Jinxiang <gujx@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
837c850415
commit
64a938ff70
2
Makefile
2
Makefile
|
@ -311,7 +311,7 @@ test-mkfs: btrfs mkfs.btrfs
|
||||||
@echo " [TEST] mkfs-tests.sh"
|
@echo " [TEST] mkfs-tests.sh"
|
||||||
$(Q)bash tests/mkfs-tests.sh
|
$(Q)bash tests/mkfs-tests.sh
|
||||||
|
|
||||||
test-fuzz: btrfs
|
test-fuzz: btrfs btrfs-image
|
||||||
@echo " [TEST] fuzz-tests.sh"
|
@echo " [TEST] fuzz-tests.sh"
|
||||||
$(Q)bash tests/fuzz-tests.sh
|
$(Q)bash tests/fuzz-tests.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue