mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git
synced 2024-11-28 14:44:36 +08:00
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'
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user