projects
/
platform
/
upstream
/
btrfs-progs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dabfc65
)
btrfs-progs: build: add alias for check tests
author
David Sterba
<dsterba@suse.com>
Tue, 4 Oct 2016 17:09:23 +0000
(19:09 +0200)
committer
David Sterba
<dsterba@suse.com>
Wed, 5 Oct 2016 10:39:01 +0000
(12:39 +0200)
$ make test-check"
Signed-off-by: David Sterba <dsterba@suse.com>
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 20b740a0babd55680dccb08f29afbc43ed87403b..86a350062539b1bb15378db0f3f91b100739b527 100644
(file)
--- 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