]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
test: update compilation test to disable nettle
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 13 Mar 2018 09:19:15 +0000 (10:19 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Tue, 13 Mar 2018 09:46:57 +0000 (10:46 +0100)
test/compilation/002-scanbuild

index 085cc65f109a658dc5921eb072603e64864f686c..da87407ffbfacfdbef10f1ca4882bb105807e96f 100755 (executable)
@@ -6,8 +6,9 @@ for opts in \
        "--host-system=Linux" \
        "--host-system=NetBSD" \
        "--host-system=FreeBSD" \
-       "--without-nss" \
-       "--without-tomcrypt --without-nss"
+       "--without-nettle" \
+       "--without-nettle --without-nss" \
+       "--without-nettle --without-nss --without-tomcrypt"
 do
        ./configure $opts
        scan-build make "$@" || exit 1