You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cryptest-autotools.sh now available in TestScripts. The script downloads the Autotools files to $(PWD), and then builds the library and executes self tests.
To use the script:
cd cryptopp
git pull
cp TestScripts/cryptest-autotools.sh .
./cryptest-autotools.sh
After the script runs the Autotools files are left in place so they can be used again in the future.
There is also a cryptest-cmake.sh that works the same way for CMake.
The text was updated successfully, but these errors were encountered:
Hi Everyone,
cryptest-autotools.sh
now available inTestScripts
. The script downloads the Autotools files to$(PWD)
, and then builds the library and executes self tests.To use the script:
After the script runs the Autotools files are left in place so they can be used again in the future.
There is also a
cryptest-cmake.sh
that works the same way for CMake.The text was updated successfully, but these errors were encountered: