mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 03:35:39 +01:00
all.sh: Generate seedfile for crypto submodule tests
When running tests from the crypto submodule, generate and use a seedfile within the crypto/tests directory.
This commit is contained in:
parent
57f4d9e4fe
commit
9714510736
@ -406,6 +406,9 @@ pre_check_seedfile () {
|
|||||||
if [ ! -f "./tests/seedfile" ]; then
|
if [ ! -f "./tests/seedfile" ]; then
|
||||||
dd if=/dev/urandom of=./tests/seedfile bs=32 count=1
|
dd if=/dev/urandom of=./tests/seedfile bs=32 count=1
|
||||||
fi
|
fi
|
||||||
|
if [ ! -f "./crypto/tests/seedfile" ]; then
|
||||||
|
dd if=/dev/urandom of=./crypto/tests/seedfile bs=32 count=1
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_setup_keep_going () {
|
pre_setup_keep_going () {
|
||||||
|
Loading…
Reference in New Issue
Block a user