btrfs-progs: tests: add build checks for sanitization features
authorDavid Sterba <dsterba@suse.com>
Mon, 28 Aug 2017 11:54:02 +0000 (13:54 +0200)
committerDavid Sterba <dsterba@suse.com>
Fri, 8 Sep 2017 14:15:05 +0000 (16:15 +0200)
Signed-off-by: David Sterba <dsterba@suse.com>
tests/build-tests.sh

index 4dc8744..4df2933 100755 (executable)
@@ -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"