]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: update compilation tests
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 1 Sep 2021 14:33:41 +0000 (16:33 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 2 Sep 2021 14:10:17 +0000 (16:10 +0200)
test/compilation/002-scanbuild
test/compilation/003-sanitizers

index da87407ffbfacfdbef10f1ca4882bb105807e96f..cb2dc9e2d587774b6a7b73d05fd2c79dd1048e5e 100755 (executable)
@@ -9,6 +9,7 @@ for opts in \
        "--without-nettle" \
        "--without-nettle --without-nss" \
        "--without-nettle --without-nss --without-tomcrypt"
+       "--without-nettle --without-nss --without-tomcrypt --without-gnutls"
 do
        ./configure $opts
        scan-build make "$@" || exit 1
index 150829566c4a8b99cf81f097ae0d6f6268420f76..d2c06460236c60b9e982397d7d71a4b9f85b5637 100755 (executable)
@@ -37,7 +37,8 @@ for CC in gcc clang; do
       "--without-gnutls" \
       "--without-nettle" \
       "--without-nettle --without-nss" \
-      "--without-nettle --without-nss --without-tomcrypt"; \
+      "--without-nettle --without-nss --without-tomcrypt" \
+      "--without-nettle --without-nss --without-tomcrypt --without-gnutls"; \
     do
       for san_options in "" "-fsanitize=address" "-fsanitize=memory"; do
         export CFLAGS="-O2 -g -fsanitize=undefined -fsanitize=float-divide-by-zero -fno-sanitize-recover=undefined,float-divide-by-zero $san_options $arch_opts"