btrfs-progs: tests: add build checks for sanitization features
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
a31458b966
commit
ee37252115
|
@ -87,5 +87,18 @@ build_make_targets
|
||||||
conf='--disable-convert'
|
conf='--disable-convert'
|
||||||
build_make_targets
|
build_make_targets
|
||||||
|
|
||||||
|
# debugging builds, just the default targets
|
||||||
|
target='D=1'
|
||||||
|
buildme
|
||||||
|
|
||||||
|
target='D=asan'
|
||||||
|
buildme
|
||||||
|
|
||||||
|
target='D=tsan'
|
||||||
|
buildme
|
||||||
|
|
||||||
|
target='D=ubsan'
|
||||||
|
buildme
|
||||||
|
|
||||||
echo "---------------------------------------------------"
|
echo "---------------------------------------------------"
|
||||||
echo "$verdict"
|
echo "$verdict"
|
||||||
|
|
Loading…
Reference in New Issue