test: update compilation test to disable nettle

This commit is contained in:
Miroslav Lichvar
2018-03-13 10:19:15 +01:00
parent e7b6feb34b
commit 78a6698ae1

View File

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