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.
Hi Everyone,
cryptest-autotools.shnow 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.shthat works the same way for CMake.