Gilles Peskine
9004a1768b
Set meaningful test configuration names when running tests
...
Set MBEDTLS_TEST_PLATFORM and MBEDTLS_TEST_CONFIGURATION to meaningful
values in all.sh. These environment variables are used when
writing an outcome file, which happens if MBEDTLS_TEST_OUTCOME_FILE is
also set.
When running one of the try-multiple-configuration scripts, set
MBEDTLS_TEST_CONFIGURATION to a value that uniquely describes the
configuration.
2019-09-18 17:44:29 +02:00
fbrosson
533407a266
Use "#!/usr/bin/env perl" as shebang line.
2018-04-04 21:44:29 +00:00
Manuel Pégourié-Gonnard
254eec8bb4
Document choice of script exit code
2017-10-26 09:47:36 +02:00
Gert van Dijk
25d124dc74
Tests: depends-pkalgs.pl - disable less options
...
Rather than disabling SSL & Key exchanges as a whole, only disable those
options required by reverse dependencies.
GitHub issue #1040 https://github.com/ARMmbed/mbedtls/issues/1040
See also discussion in PR #1074 .
https://github.com/ARMmbed/mbedtls/pull/1074#issuecomment-327096303
2017-09-05 14:29:28 +02:00
Manuel Pégourié-Gonnard
562df401d3
Improve some comments, fix some typos+whitespace
2017-08-08 18:17:53 +02:00
Manuel Pégourié-Gonnard
a7c4c8a46c
Make some perl scripts usable with git bisect run
...
For that they need to return between 0 and 124 on error, while die returns
255, causing bisect-run to abort.
2017-08-08 11:06:51 +02:00
Manuel Pégourié-Gonnard
902bb6a018
Add new test script depends-pkalgs.pl
2017-08-08 11:06:49 +02:00