mbedtls/tests
Simon Butcher d620f6f56b 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-09-27 17:29:44 +01:00
..
data_files Fix parsing of PKCS#8 encoded Elliptic Curve keys. 2018-03-28 11:29:21 +02:00
git-scripts Add check-files.py to pre-push.sh 2018-06-05 11:57:21 +01:00
scripts Adds a filter to run-test-suites.pl to exclude data files 2018-09-27 17:29:44 +01:00
suites Update library version number to 2.7.6 2018-08-31 16:07:23 +01:00
.gitignore Move some ignore patterns to subdirectories 2015-01-28 15:33:23 +00:00
CMakeLists.txt Support out-of-tree testing with CMake 2018-03-21 12:28:59 +01:00
compat.sh Fix multiple quality issues in the source 2018-06-08 11:14:43 +01:00
Descriptions.txt
Makefile Make DLEXT var configurable in programs and tests makefiles 2018-03-27 20:04:18 +01:00
ssl-opt.sh ssl-opt.sh: change expected output for large srv packet test with SSLv3 2018-09-26 22:53:13 +01:00