summaryrefslogtreecommitdiff
path: root/TestScripts/cryptest-autotools.sh
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-07-10 00:01:12 -0400
committerJeffrey Walton <noloader@gmail.com>2020-07-10 00:01:12 -0400
commit76c66c68a2e619ed5057c51ff60b11b9d75aaff1 (patch)
tree1f0b34998700ae2072bf057e1b4a5140ab6e9559 /TestScripts/cryptest-autotools.sh
parente014694fe3b0ad58ff4a944ca748e901da709101 (diff)
downloadcryptopp-git-76c66c68a2e619ed5057c51ff60b11b9d75aaff1.tar.gz
Update cryptest-autotools.sh script
Diffstat (limited to 'TestScripts/cryptest-autotools.sh')
-rwxr-xr-xTestScripts/cryptest-autotools.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh
index 5261090b..6fa821d2 100755
--- a/TestScripts/cryptest-autotools.sh
+++ b/TestScripts/cryptest-autotools.sh
@@ -155,6 +155,12 @@ if ! "$MAKE" -j2 -f Makefile; then
exit 1
fi
+#############################################################################
+
+echo ""
+echo "Testing library"
+echo ""
+
if ! ./cryptest v; then
echo "cryptest v failed."
exit 1