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-sechash" \
"--disable-cmdmon" \ "--disable-cmdmon" \
"--disable-ntp" \ "--disable-ntp" \
"--disable-nts" \
"--disable-refclock" \ "--disable-refclock" \
"--disable-timestamping" \ "--disable-timestamping" \
"--disable-timestamping --disable-ntp" \ "--disable-timestamping --disable-ntp" \

View file

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