mbedtls/tests/scripts
Simon Butcher a4ed19c7c0 Fixes test script all.sh to output errors from armcc
The test script tests/scripts/all.sh exits on first error, although it also
attempted to redirect error output from armcc and then output it after armcc
had completed. This never occurred because as soon as armcc failed the script
would end and the redirected output wouldn't be displayed.

This change removes that redirection.
2016-08-24 22:37:43 +03:00
..
all.sh Fixes test script all.sh to output errors from armcc 2016-08-24 22:37:43 +03:00
basic-build-test.sh Add script to print build environment info. (#539) 2016-07-19 14:54:17 +01:00
check-doxy-blocks.pl Move test scripts to tests/scripts 2015-04-10 11:34:22 +02:00
check-generated-files.sh New test script for generated files 2015-02-13 14:53:53 +00:00
check-names.sh Changes to check-names.sh script to accept yotta constants 2016-06-23 20:02:07 +01:00
curves.pl Add copright, and better documentation to curves.pl 2016-03-09 19:32:11 +00:00
doxygen.sh Add scripts/apidoc_full.sh 2016-01-12 14:48:03 +00:00
gen_ctr_drbg.pl - Added CTR_DRBG based on AES-256-CTR (NIST SP 800-90) random generator 2011-11-27 14:46:59 +00:00
gen_gcm_decrypt.pl Split up GCM into a start/update/finish cycle 2013-06-26 15:08:29 +02:00
gen_gcm_encrypt.pl Split up GCM into a start/update/finish cycle 2013-06-26 15:08:29 +02:00
gen_pkcs1_v21_sign_verify.pl The Great Renaming 2015-04-08 13:25:31 +02:00
generate-afl-tests.sh Added script to split the test case data files 2016-03-09 19:32:09 +00:00
generate_code.pl Adds line numbering in errors for test helpers 2016-05-23 14:29:29 +01:00
key-exchanges.pl Add -Werror to reduced configs test scripts 2015-10-23 08:53:34 +02:00
list-enum-consts.pl Fix warning from Perl 5.21 in helper script 2015-07-01 19:32:00 +02:00
list-identifiers.sh Add test script check-names.sh 2015-04-09 10:53:11 +02:00
list-macros.sh Add test script check-names.sh 2015-04-09 10:53:11 +02:00
list-symbols.sh Fix list-symbols.sh 2015-08-04 17:46:21 +02:00
recursion.pl Move test scripts to tests/scripts 2015-04-10 11:34:22 +02:00
run-test-suites.pl Adds verbose mode to the test suites 2016-04-17 23:24:50 +01:00
test-ref-configs.pl Merge branch 'development' into misc 2015-10-27 16:57:34 +00:00
travis-log-failure.sh Fixes Travis post-mortem script dump following review 2016-04-10 15:11:27 +01:00
yotta-build.sh Add test for yotta debug build 2016-01-08 15:05:11 +01:00