summaryrefslogtreecommitdiff
path: root/TestScripts/cryptest-autotools.sh
diff options
context:
space:
mode:
Diffstat (limited to 'TestScripts/cryptest-autotools.sh')
-rwxr-xr-xTestScripts/cryptest-autotools.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh
index 95e47d0f..d9fa2609 100755
--- a/TestScripts/cryptest-autotools.sh
+++ b/TestScripts/cryptest-autotools.sh
@@ -83,6 +83,8 @@ if ! ./configure; then
[[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1
fi
+make clean 2>/dev/null
+
if ! "$MAKE" -j2 -f Makefile; then
echo "make failed"
[[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1