summaryrefslogtreecommitdiff
path: root/TestScripts/cryptest-autotools.sh
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-07-31 19:53:40 -0400
committerJeffrey Walton <noloader@gmail.com>2018-07-31 19:53:40 -0400
commit57521bd22ab6f37a4b7e6e917fbbd6005ac4d4cd (patch)
treec36a19920215a8d87ee41416f56870782de49e0f /TestScripts/cryptest-autotools.sh
parent27968af8a94a4f95697cdbeb89e99893725d618c (diff)
downloadcryptopp-git-57521bd22ab6f37a4b7e6e917fbbd6005ac4d4cd.tar.gz
Add calls to 'make clean' to ensure building artifacts
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