Gilles Peskine 33685f51f3 '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
2019-10-21 20:48:05 +02:00
..
2019-07-05 10:55:53 +02:00
2019-05-22 19:07:36 +02:00
2016-01-12 14:48:03 +00:00
2019-02-25 21:42:32 +01:00
2015-04-09 10:53:11 +02:00
2017-05-16 17:53:03 +02:00
2019-02-25 21:42:32 +01:00