summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2018-02-13 15:32:03 +0100
committerDavid Sterba <dsterba@suse.com>2018-02-13 16:22:55 +0100
commite6477462d313b03feed68e828484abc807d7e928 (patch)
tree5ce472d69bfee0d5bf85328e54a26db5d441fe9c /Makefile
parent9fe78033cb3b49fc20433c7bae057d1abacc3875 (diff)
btrfs-progs: reorder tests in make target
Run the shorter tests first, convert can take very long, we're more interested in the misc test. Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 65ec1009..92cfe7b5 100644
--- a/Makefile
+++ b/Makefile
@@ -329,7 +329,7 @@ test-inst: all
$(MAKE) $(MAKEOPTS) DESTDIR=$$tmpdest install && \
$(RM) -rf -- $$tmpdest
-test: test-fsck test-mkfs test-convert test-misc test-fuzz test-cli
+test: test-fsck test-mkfs test-misc test-cli test-convert test-fuzz
testsuite: btrfs-corrupt-block fssum
@echo "Export tests as a package"