From ee3725211533ed5592af79f2e6cb4524ed089047 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 28 Aug 2017 13:54:02 +0200 Subject: btrfs-progs: tests: add build checks for sanitization features Signed-off-by: David Sterba --- tests/build-tests.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests/build-tests.sh b/tests/build-tests.sh index 4dc8744e..4df29331 100755 --- a/tests/build-tests.sh +++ b/tests/build-tests.sh @@ -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" -- cgit v1.2.3