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:
parent
2e5d35409a
commit
5286ec58f5
|
@ -87,6 +87,15 @@ build_make_targets
|
||||||
conf='--disable-convert'
|
conf='--disable-convert'
|
||||||
build_make_targets
|
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
|
# debugging builds, just the default targets
|
||||||
target='D=1'
|
target='D=1'
|
||||||
buildme
|
buildme
|
||||||
|
|
Loading…
Reference in New Issue