Create seedfile in the tf-psa-crypto subproject

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2024-09-11 12:49:50 +02:00
parent 24515f9b71
commit 282abb507d

View File

@ -83,6 +83,9 @@ cd tests
if [ ! -f "seedfile" ]; then if [ ! -f "seedfile" ]; then
dd if=/dev/urandom of="seedfile" bs=64 count=1 dd if=/dev/urandom of="seedfile" bs=64 count=1
fi fi
if [ ! -f "../tf-psa-crypto/tests/seedfile" ]; then
cp "seedfile" "../tf-psa-crypto/tests/seedfile"
fi
echo echo
# Step 2a - Unit Tests (keep going even if some tests fail) # Step 2a - Unit Tests (keep going even if some tests fail)