From: David Sterba Date: Thu, 12 Oct 2017 12:29:27 +0000 (+0200) Subject: btrfs-progs: tests: add more configure option coverage X-Git-Tag: upstream/4.16.1~359 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5286ec58f54eb9c51f960ede71238938068836ed;p=platform%2Fupstream%2Fbtrfs-progs.git 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 --- diff --git a/tests/build-tests.sh b/tests/build-tests.sh index 4df2933..15db42a 100755 --- a/tests/build-tests.sh +++ b/tests/build-tests.sh @@ -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