test: update compilation tests

This commit is contained in:
Miroslav Lichvar 2020-01-09 12:25:20 +01:00
parent d6dd6f0bc9
commit 111d170542
2 changed files with 3 additions and 1 deletions

View file

@ -18,6 +18,7 @@ for opts in \
"--disable-sechash" \
"--disable-cmdmon" \
"--disable-ntp" \
"--disable-nts" \
"--disable-refclock" \
"--disable-timestamping" \
"--disable-timestamping --disable-ntp" \

View file

@ -14,7 +14,7 @@ fi
if [ "$ID" = "fedora" ]; then
echo Checking test dependencies:
rpm -q {valgrind,gcc,clang}.x86_64 {libgcc,clang-libs}.{x86_64,i686} || exit 1
rpm -q {libseccomp,nettle,nss-softokn-freebl,libtomcrypt}-devel.{x86_64,i686} || exit 1
rpm -q {libseccomp,nettle,nss-softokn-freebl,libtomcrypt,gnutls}-devel.{x86_64,i686} || exit 1
echo
fi
@ -34,6 +34,7 @@ for CC in gcc clang; do
for extra_config_opts in \
"--all-privops" \
"--disable-scfilter" \
"--without-gnutls" \
"--without-nettle" \
"--without-nettle --without-nss" \
"--without-nettle --without-nss --without-tomcrypt"; \