Update cryptest-automake test script for Solaris

This commit is contained in:
Jeffrey Walton 2018-07-16 10:53:11 -04:00
parent 8197732756
commit 14dd03544e
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -22,6 +22,11 @@ if [[ "$IS_DARWIN" -ne 0 ]]; then
export LC_ALL=C
fi
# Fixup for Solaris and BSDs
if [[ ! -z $(command -v gmake) ]]; then
MAKE=gmake
fi
# Feth the three required files
if ! wget --no-check-certificate https://raw.githubusercontent.com/noloader/cryptopp-autotools/master/Makefile.am -O Makefile.am; then
echo "Makefile.am download failed"