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>
This commit is contained in:
David Sterba 2018-02-13 15:32:03 +01:00
parent 9fe78033cb
commit e6477462d3
1 changed files with 1 additions and 1 deletions

View File

@ -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"