mbedtls/tests
Gilles Peskine 6e2cb64a97 'make test' must fail if Asan fails
When running 'make test' with GNU make, if a test suite program
displays "PASSED", this was automatically counted as a pass. This
would in particular count as passing:
* A test suite with the substring "PASSED" in a test description.
* A test suite where all the test cases succeeded, but the final
  cleanup failed, in particular if a sanitizer reported a memory leak.

Use the test executable's return status instead to determine whether
the test suite passed. It's always 0 on PASSED unless the executable's
cleanup code fails, and it's never 0 on any failure.

Fix ARMmbed/mbed-crypto#303
2020-03-13 15:24:20 +00:00
..
.jenkins
configs Add a test component with malloc(0) returning NULL 2020-03-13 12:03:12 +00:00
data_files Use DER encoded keys with tinycrypt 2019-10-30 15:00:01 +02:00
git-scripts
scripts 'make test' must fail if Asan fails 2020-03-13 15:24:20 +00:00
suites Remove entropy source overwrite in baremetal_test 2020-01-07 14:48:33 +02:00
.gitignore
CMakeLists.txt Add test suite for tinycrypt 2019-09-09 08:19:56 +03:00
compat.sh compat.sh: Introduce env variable for CRTs, CAs and keys 2019-09-04 16:19:49 +01:00
Descriptions.txt
Makefile Fix tests to work in Mbed OS test environment 2019-10-24 15:48:47 +03:00
ssl-opt.sh Add test for record compression in ssl-opt.sh 2020-03-09 17:39:04 +00:00