btrfs-progs: build: add alias for check tests
$ make test-check" Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
dabfc65124
commit
eae42a1fe4
|
@ -262,6 +262,7 @@ test-convert: btrfs btrfs-convert
|
|||
@echo " [TEST] convert-tests.sh"
|
||||
$(Q)bash tests/convert-tests.sh
|
||||
|
||||
test-check: test-fsck
|
||||
test-fsck: btrfs btrfs-image btrfs-corrupt-block btrfs-debug-tree mkfs.btrfs
|
||||
@echo " [TEST] fsck-tests.sh"
|
||||
$(Q)bash tests/fsck-tests.sh
|
||||
|
|
Loading…
Reference in New Issue