mbedtls/tests/scripts
Manuel Pégourié-Gonnard ae505eeeed Fix missing dependency on Travis
Was getting errors like:

In file included from /usr/include/limits.h:25:0,
                 from /usr/lib/gcc-cross/arm-linux-gnueabi/5/include-fixed/limits.h:168,
                 from /usr/lib/gcc-cross/arm-linux-gnueabi/5/include-fixed/syslimits.h:7,
                 from /usr/lib/gcc-cross/arm-linux-gnueabi/5/include-fixed/limits.h:34,
                 from ../include/mbedtls/check_config.h:30,
                 from ../include/mbedtls/build_info.h:81,
                 from common.h:26,
                 from asn1write.c:20:
/usr/include/features.h:367:25: fatal error: sys/cdefs.h: No such file or directory

There are two packages to choose from: armhf or armel. Since the comment
in all.sh says we're trying to be close to Debian's "armel"
architecture, choose that, and fix a comment that was mentioning
gnueabihf for no apparent reason.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2021-08-03 11:19:59 +02:00
..
all-in-docker.sh
all.sh Fix missing dependency on Travis 2021-08-03 11:19:59 +02:00
analyze_outcomes.py
basic-build-test.sh Fix mixup about the directory containing the success indicator file 2021-07-22 12:30:14 +02:00
basic-in-docker.sh
check-doxy-blocks.pl
check-generated-files.sh Do support multiple files generated from the same script 2021-05-25 20:11:48 +02:00
check-names.sh Remove MBEDTLS_USER_CONFIG_VERSION handling 2021-06-28 09:28:48 +01:00
check-python-files.sh mypy: require at least version 0.780 2021-01-20 12:03:24 +01:00
check_files.py check_files.py: pass mypy 2020-12-10 21:30:01 +01:00
check_test_cases.py
curves.pl Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
depends-hashes.pl Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
depends-pkalgs.pl Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
docker_env.sh
doxygen.sh
gen_ctr_drbg.pl
gen_gcm_decrypt.pl
gen_gcm_encrypt.pl
gen_pkcs1_v21_sign_verify.pl
generate-afl-tests.sh
generate_psa_tests.py Speed up the generation of storage format test cases 2021-07-07 12:47:47 +02:00
generate_test_code.py
key-exchanges.pl Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
list-enum-consts.pl Corrections to the docs wording and changes to aux scripts 2021-06-15 00:18:32 +02:00
list-identifiers.sh Corrections to the docs wording and changes to aux scripts 2021-06-15 00:18:32 +02:00
list-macros.sh Rename the _ret() functions 2021-06-08 16:45:41 +02:00
list-symbols.sh Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
mbedtls_test.py mbedtls_test.py: Tell mypy to ignore mbed_host_tests 2020-12-10 21:30:14 +01:00
psa_collect_statuses.py
recursion.pl
run-test-suites.pl
scripts_path.py Allow tests/scripts/foo.py to import from scripts 2020-12-10 23:16:03 +01:00
set_psa_test_dependencies.py Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
tcp_client.pl
test-ref-configs.pl Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
test_config_script.py Rename config.h to mbedtls_config.h 2021-06-28 09:28:33 +01:00
test_generate_test_code.py test_generate_test_code: remove Python 2 compatibility code 2020-12-10 21:30:08 +01:00
test_psa_constant_names.py Use InputsForTest in generate_psa_tests 2021-05-25 19:39:02 +02:00
test_zeroize.gdb
travis-log-failure.sh