mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 17:38:10 +00:00
Add test run for RSA_NO_CRT to all.sh
This commit is contained in:
parent
6345dd33b9
commit
bf37b10370
1 changed files with 9 additions and 0 deletions
|
@ -439,6 +439,15 @@ msg "build: i386, make, gcc" # ~ 30s
|
||||||
cleanup
|
cleanup
|
||||||
CC=gcc CFLAGS='-Werror -Wall -Wextra -m32' make
|
CC=gcc CFLAGS='-Werror -Wall -Wextra -m32' make
|
||||||
|
|
||||||
|
msg "build: default config, MBEDTLS_RSA_NO_CRT, make, gcc"
|
||||||
|
cleanup
|
||||||
|
cp "$CONFIG_H" "$CONFIG_BAK"
|
||||||
|
scripts/config.pl set MBEDTLS_RSA_NO_CRT
|
||||||
|
CC=gcc CFLAGS='-Werror -Wall -Werror -O0' make
|
||||||
|
|
||||||
|
msg "test: MBEDTLS_RSA_NO_CRT - main suites (inc. selftests) (ASan build)"
|
||||||
|
make test
|
||||||
|
|
||||||
msg "build: gcc, force 32-bit compilation"
|
msg "build: gcc, force 32-bit compilation"
|
||||||
cleanup
|
cleanup
|
||||||
cp "$CONFIG_H" "$CONFIG_BAK"
|
cp "$CONFIG_H" "$CONFIG_BAK"
|
||||||
|
|
Loading…
Reference in a new issue