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=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