btrfs-progs: tests: add build checks for sanitization features

Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
David Sterba 2017-08-28 13:54:02 +02:00
parent a31458b966
commit ee37252115
1 changed files with 13 additions and 0 deletions

View File

@ -87,5 +87,18 @@ build_make_targets
conf='--disable-convert'
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 "$verdict"