summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2017-08-28 13:54:02 +0200
committerDavid Sterba <dsterba@suse.com>2017-09-08 16:15:05 +0200
commitee3725211533ed5592af79f2e6cb4524ed089047 (patch)
tree66e7627449c90e35447a3f967c49d624ddd98799
parenta31458b966968e2f8e0ca25340bdd9ccc9df7b02 (diff)
btrfs-progs: tests: add build checks for sanitization features
Signed-off-by: David Sterba <dsterba@suse.com>
-rwxr-xr-xtests/build-tests.sh13
1 files changed, 13 insertions, 0 deletions
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"