Skip to content

Commit 052b2aa

Browse files
committed
btrfs-progs: tests: add more configure option test coverage
Update the build test script with LZO optional build and add combination of all existing options with the experimental build (this effectively doubles the number of build runs). Signed-off-by: David Sterba <dsterba@suse.com>
1 parent cd8d91c commit 052b2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/build-tests.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ buildme() {
4444
buildme_common() {
4545
make clean-all
4646

47-
./autogen.sh && CFLAGS="$CFLAGS" configure "$conf" $1 || die "configure not working with: $@"
47+
./autogen.sh && CFLAGS="$CFLAGS" ./configure "$conf" $1 || die "configure not working with: $@"
4848
$make clean
4949
$make $opts $target
5050
check_result "$?"

0 commit comments

Comments
 (0)