mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 08:42:50 +00:00
Adapt changes to all.sh to work with --keep-going mode
This commit is contained in:
parent
4c1dc3c2a4
commit
98a678674b
@ -432,7 +432,7 @@ msg "build: default config with AES_FEWER_TABLES enabled"
|
|||||||
cleanup
|
cleanup
|
||||||
cp "$CONFIG_H" "$CONFIG_BAK"
|
cp "$CONFIG_H" "$CONFIG_BAK"
|
||||||
scripts/config.pl set MBEDTLS_AES_FEWER_TABLES
|
scripts/config.pl set MBEDTLS_AES_FEWER_TABLES
|
||||||
CC=gcc CFLAGS='-Werror -Wall -Wextra' make
|
make CC=gcc CFLAGS='-Werror -Wall -Wextra'
|
||||||
|
|
||||||
msg "test: AES_FEWER_TABLES"
|
msg "test: AES_FEWER_TABLES"
|
||||||
make test
|
make test
|
||||||
@ -441,7 +441,7 @@ msg "build: default config with AES_ROM_TABLES enabled"
|
|||||||
cleanup
|
cleanup
|
||||||
cp "$CONFIG_H" "$CONFIG_BAK"
|
cp "$CONFIG_H" "$CONFIG_BAK"
|
||||||
scripts/config.pl set MBEDTLS_AES_ROM_TABLES
|
scripts/config.pl set MBEDTLS_AES_ROM_TABLES
|
||||||
CC=gcc CFLAGS='-Werror -Wall -Wextra' make
|
make CC=gcc CFLAGS='-Werror -Wall -Wextra'
|
||||||
|
|
||||||
msg "test: AES_ROM_TABLES"
|
msg "test: AES_ROM_TABLES"
|
||||||
make test
|
make test
|
||||||
@ -451,7 +451,7 @@ cleanup
|
|||||||
cp "$CONFIG_H" "$CONFIG_BAK"
|
cp "$CONFIG_H" "$CONFIG_BAK"
|
||||||
scripts/config.pl set MBEDTLS_AES_FEWER_TABLES
|
scripts/config.pl set MBEDTLS_AES_FEWER_TABLES
|
||||||
scripts/config.pl set MBEDTLS_AES_ROM_TABLES
|
scripts/config.pl set MBEDTLS_AES_ROM_TABLES
|
||||||
CC=gcc CFLAGS='-Werror -Wall -Wextra' make
|
make CC=gcc CFLAGS='-Werror -Wall -Wextra'
|
||||||
|
|
||||||
msg "test: AES_FEWER_TABLES + AES_ROM_TABLES"
|
msg "test: AES_FEWER_TABLES + AES_ROM_TABLES"
|
||||||
make test
|
make test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user