From eae42a1fe4f1d7a2236b9cdb9c957bf1b1cc175c Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 4 Oct 2016 19:09:23 +0200 Subject: [PATCH] btrfs-progs: build: add alias for check tests $ make test-check" Signed-off-by: David Sterba --- Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.in b/Makefile.in index 20b740a0..86a35006 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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