summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2022-02-21 09:34:56 -0500
committerAllen Winter <allen.winter@kdab.com>2022-02-21 09:34:56 -0500
commit598690c8badfcdc02e0394f2c24f0ee2f77a4476 (patch)
treefffcbd310e77692f5bf1878641e9df20223ca6b7 /scripts
parentc35967f6fad19e3bd805c5fe1aa942e1b84d915b (diff)
downloadlibical-git-598690c8badfcdc02e0394f2c24f0ee2f77a4476.tar.gz
buildtests.sh - follow CMake LIBICAL_DEVMODE option namechange
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildtests.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/buildtests.sh b/scripts/buildtests.sh
index d7ac9b5b..6c989953 100755
--- a/scripts/buildtests.sh
+++ b/scripts/buildtests.sh
@@ -260,7 +260,7 @@ ASAN_BUILD() {
fi
echo "===== START ASAN BUILD: $1 ======"
SET_CLANG
- BUILD "$name" "-DADDRESS_SANITIZER=True $2"
+ BUILD "$name" "-DLIBICAL_DEVMODE_ADDRESS_SANITIZER=True $2"
echo "===== END ASAN BUILD: $1 ======"
}
@@ -277,7 +277,7 @@ TSAN_BUILD() {
fi
echo "===== START TSAN BUILD: $1 ======"
SET_CLANG
- BUILD "$name" "-DTHREAD_SANITIZER=True $2"
+ BUILD "$name" "-DLIBICAL_DEVMODE_THREAD_SANITIZER=True $2"
echo "===== END TSAN BUILD: $1 ======"
}
@@ -294,7 +294,7 @@ UBSAN_BUILD() {
fi
echo "===== START UBSAN BUILD: $1 ======"
SET_CLANG
- BUILD "$name" "-DUNDEFINED_SANITIZER=True $2"
+ BUILD "$name" "-DLIBICAL_DEVMODE_UNDEFINED_SANITIZER=True $2"
echo "===== END UBSAN BUILD: $1 ======"
}