test: update compilation tests
This commit is contained in:
parent
d6dd6f0bc9
commit
111d170542
2 changed files with 3 additions and 1 deletions
|
@ -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" \
|
||||||
|
|
|
@ -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"; \
|
||||||
|
|
Loading…
Reference in a new issue