btrfs-progs: tests: add more configure option coverage
authorDavid Sterba <dsterba@suse.com>
Thu, 12 Oct 2017 12:29:27 +0000 (14:29 +0200)
committerDavid Sterba <dsterba@suse.com>
Fri, 13 Oct 2017 18:15:54 +0000 (20:15 +0200)
* test convert spec string
* explicitly ask for zstd, as it is now autodetected

Signed-off-by: David Sterba <dsterba@suse.com>
tests/build-tests.sh

index 4df2933..15db42a 100755 (executable)
@@ -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