-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
Description
Hi Everyone,
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.