summaryrefslogtreecommitdiff
path: root/tests/build-tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/build-tests.sh')
-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"