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:
parent
9fe78033cb
commit
e6477462d3
2
Makefile
2
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"
|
||||
|
|
Loading…
Reference in New Issue