mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-08-05 10:47:46 +00:00
Create seedfile in the tf-psa-crypto subproject
Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user