summaryrefslogtreecommitdiff
path: root/TestScripts/cryptest-pem.sh
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-14 22:34:32 -0400
committerJeffrey Walton <noloader@gmail.com>2019-10-14 22:34:32 -0400
commit045eac302d9cb19302595039ee14f36bceee00d3 (patch)
treebec6c8211659508fa22a26d39e41302c6a0c731d /TestScripts/cryptest-pem.sh
parente843b01d6e44d6eb185b7abfc8d809214cd738ec (diff)
downloadcryptopp-git-045eac302d9cb19302595039ee14f36bceee00d3.tar.gz
Run make clean in test scripts
Diffstat (limited to 'TestScripts/cryptest-pem.sh')
-rwxr-xr-xTestScripts/cryptest-pem.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/TestScripts/cryptest-pem.sh b/TestScripts/cryptest-pem.sh
index 48059af7..597196d1 100755
--- a/TestScripts/cryptest-pem.sh
+++ b/TestScripts/cryptest-pem.sh
@@ -75,6 +75,11 @@ fi
#############################################################################
+"$MAKE" clean 2>/dev/null
+
+echo "Building test artifacts"
+echo ""
+
if ! "$MAKE" -j 2; then
echo "make failed."
exit 1