mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-30 15:32:58 +00:00
Create seedfile in the tf-psa-crypto subproject
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
24515f9b71
commit
282abb507d
@ -83,6 +83,9 @@ cd tests
|
||||
if [ ! -f "seedfile" ]; then
|
||||
dd if=/dev/urandom of="seedfile" bs=64 count=1
|
||||
fi
|
||||
if [ ! -f "../tf-psa-crypto/tests/seedfile" ]; then
|
||||
cp "seedfile" "../tf-psa-crypto/tests/seedfile"
|
||||
fi
|
||||
echo
|
||||
|
||||
# Step 2a - Unit Tests (keep going even if some tests fail)
|
||||
|
Loading…
x
Reference in New Issue
Block a user