mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-30 17:09:41 -04:00
Add all.sh coponent to test with copying disabled
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
c09f36dd1b
commit
0f06bde936
@ -1216,6 +1216,17 @@ component_test_psa_crypto_key_id_encodes_owner () {
|
|||||||
make test
|
make test
|
||||||
}
|
}
|
||||||
|
|
||||||
|
component_test_no_psa_copy_caller_buffers () {
|
||||||
|
msg "build: full config - MBEDTLS_PSA_COPY_CALLER_BUFFERS, cmake, gcc, ASan"
|
||||||
|
scripts/config.py full
|
||||||
|
scripts/config.py unset MBEDTLS_PSA_COPY_CALLER_BUFFERS
|
||||||
|
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
|
||||||
|
make
|
||||||
|
|
||||||
|
msg "test: full config - MBEDTLS_PSA_COPY_CALLER_BUFFERS, cmake, gcc, ASan"
|
||||||
|
make test
|
||||||
|
}
|
||||||
|
|
||||||
# check_renamed_symbols HEADER LIB
|
# check_renamed_symbols HEADER LIB
|
||||||
# Check that if HEADER contains '#define MACRO ...' then MACRO is not a symbol
|
# Check that if HEADER contains '#define MACRO ...' then MACRO is not a symbol
|
||||||
# name is LIB.
|
# name is LIB.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user