mbedtls/tests
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
..
data_files Merge remote-tracking branch 'upstream-public/pr/1379' into development-proposed 2018-03-29 10:57:57 +01:00
git-scripts Add check-files.py to pre-push.sh 2018-05-21 11:41:18 +01:00
scripts Adds a filter to run-test-suites.pl to exclude data files 2018-06-27 16:16:39 +01:00
suites Change the library version to 2.11.0 2018-06-18 14:39:06 +01:00
.gitignore
CMakeLists.txt aes: Remove AES-XEX 2018-06-13 12:03:29 +01:00
compat.sh Merge branch 'development' into iotssl-1941-aria-ciphersuites 2018-05-22 15:58:50 +02:00
Descriptions.txt
Makefile Add XTS test suites to the Makefile 2018-06-13 12:05:01 +01:00
ssl-opt.sh Merge remote-tracking branch 'public/pr/710' into development 2018-06-15 14:18:11 +01:00