summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-10-04 19:09:23 +0200
committerDavid Sterba <dsterba@suse.com>2016-10-05 12:39:01 +0200
commiteae42a1fe4f1d7a2236b9cdb9c957bf1b1cc175c (patch)
tree4d0299b583f8b70897e714feaa42d98a9c85361f /Makefile.in
parentdabfc65124016e21b7740d3751c4012038f57ead (diff)
btrfs-progs: build: add alias for check tests
$ make test-check" Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
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