btrfs-progs: tests: add more configure option coverage

* test convert spec string
* explicitly ask for zstd, as it is now autodetected

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2017-10-12 14:29:27 +02:00
parent 2e5d35409a
commit 5286ec58f5
1 changed files with 9 additions and 0 deletions

View File

@ -87,6 +87,15 @@ build_make_targets
conf='--disable-convert'
build_make_targets
conf='--with-convert=ext2'
build_make_targets
conf='--with-convert=ext2,reiserfs'
build_make_targets
conf='--enable-zstd'
build_make_targets
# debugging builds, just the default targets
target='D=1'
buildme