added a make clean after updating the verify hash when running the fips check

pull/1/head
John Safranek 2014-11-24 15:52:47 -08:00
parent 98db39a913
commit 438cb515d5
1 changed files with 1 additions and 0 deletions

View File

@ -47,6 +47,7 @@ make
NEWHASH=`./ctaocrypt/test/testctaocrypt | sed -n 's/hash = \(.*\)/\1/p'`
if [ -n "$NEWHASH" ]; then
sed -i.bak "s/^\".*\";/\"${NEWHASH}\";/" $WC_SRC_PATH/fips_test.c
make clean
fi
make test