mbedtls/tests/scripts
Simon Butcher 597dbf8802 Adds a filter to run-test-suites.pl to exclude data files
The run-test-suites.pl script was executing all files of the form 'test_suite*'
which were either executable or ended with a .exe extension.

On some filesystems, such as through network shares or VMs, which are
abstracting one set of file permissions to Unix permissions, may set the
executable permissions on all files, whether they're executable or not.

That was leading to the run-test-suites.pl script to attempt to execute the .c
intermediate files because they followed the form 'test_suite_*.c'. This change
now excludes them, just in case they accidentally have execute permissions.
2018-06-27 16:16:39 +01:00
..
all.sh Revert "Turn on MBEDTLS_SSL_ASYNC_PRIVATE by default" 2018-06-15 20:31:26 +01:00
basic-build-test.sh Fix scripts to support multiple openssl and gnutls 2016-09-27 16:04:44 +01:00
check-doxy-blocks.pl Fix check-doxy-blocks.pl to run from root dir 2017-05-12 00:16:50 +01:00
check-files.py Add script for source integrity checking 2018-05-21 11:39:49 +01:00
check-generated-files.sh Fix uninitialized var in check-generated-files.sh 2018-04-11 21:13:20 -05:00
check-names.sh Pre push hook script 2017-07-27 21:44:34 +01:00
curves.pl Document choice of script exit code 2017-10-26 09:47:36 +02:00
depends-hashes.pl Document choice of script exit code 2017-10-26 09:47:36 +02:00
depends-pkalgs.pl Document choice of script exit code 2017-10-26 09:47:36 +02:00
doxygen.sh Add scripts/apidoc_full.sh 2016-01-12 14:48:03 +00:00
gen_ctr_drbg.pl Fix minor code style issues 2018-05-15 09:21:57 +01:00
gen_gcm_decrypt.pl
gen_gcm_encrypt.pl
gen_pkcs1_v21_sign_verify.pl Fix minor code style issues 2018-05-15 09:21:57 +01:00
generate_code.pl Merge branch 'pr_1025' into development 2017-11-28 18:23:53 +01:00
generate-afl-tests.sh Added script to split the test case data files 2016-03-09 19:32:09 +00:00
key-exchanges.pl Document choice of script exit code 2017-10-26 09:47:36 +02:00
list-enum-consts.pl
list-identifiers.sh
list-macros.sh
list-symbols.sh
recursion.pl
run-test-suites.pl Adds a filter to run-test-suites.pl to exclude data files 2018-06-27 16:16:39 +01:00
tcp_client.pl Fix FALLBACK_SCSV parsing 2017-05-16 17:53:03 +02:00
test_zeroize.gdb mbedtls_zeroize -> mbedtls_platform_zeroize in docs 2018-04-24 08:33:31 -05:00
test-ref-configs.pl Merge branch 'development' into iotssl-1381-x509-verify-refactor-restricted 2018-03-05 11:55:38 +01:00
travis-log-failure.sh Fixes Travis post-mortem script dump following review 2016-04-10 15:11:27 +01:00
yotta-build.sh Fix scripts to support multiple openssl and gnutls 2016-09-27 16:04:44 +01:00