summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-05-25 16:08:46 +0200
committerDavid Sterba <dsterba@suse.cz>2015-05-25 16:10:58 +0200
commitb51cc1d32555082d02a68d946cbbed0983f82270 (patch)
treee938728cf5f1935ffd0f8ab1791cedaa3e6c36cd /Makefile.in
parent1497c92e67233d7c467eb94203add879662272fd (diff)
btrfs-progs: tests: add script to clean intermediate images
Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 860a390b..14049b58 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -169,6 +169,10 @@ test-fsck: btrfs btrfs-image btrfs-corrupt-block btrfs-debug-tree mkfs.btrfs
@echo " [TEST] fsck-tests.sh"
$(Q)bash tests/fsck-tests.sh
+test-clean:
+ @echo "Cleaning tests"
+ $(Q)bash tests/clean-tests.sh
+
test: test-fsck test-convert
#