Gilles Peskine 24180accf5 'make test': show failing test cases when cmake does
When building with make, `make test` runs `run-test-suites.pl` which has a
verbose mode that reports the failing test cases, but it didn't provide a
way to enable this verbose mode. With the present commit, you can run `make
test TEST_FLAGS=-v` to use verbose mode.

Base the default for verbose mode on the same environment variable that
`make test` uses when building with CMake: default off, but enabled if
`CTEST_OUTPUT_ON_FAILURE` is true. In particular, verbose mode will now be
on when building from `all.sh`.

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
2021-09-21 09:41:58 +02:00
..
.jenkins Add Jenkinsfile for PR job 2018-10-19 15:25:10 +01:00
configs Update copyright notices to use Linux Foundation guidance 2020-08-19 16:37:36 +02:00
data_files Merge pull request #4044 from darrenkrahn/mbedtls-2.16 2021-08-26 16:23:58 +01:00
git-scripts Fix license header in pre-commit hook 2020-08-19 17:54:47 +02:00
scripts 'make test': show failing test cases when cmake does 2021-09-21 09:41:58 +02:00
suites Merge pull request #4044 from darrenkrahn/mbedtls-2.16 2021-08-26 16:23:58 +01:00
.gitignore Move some ignore patterns to subdirectories 2015-01-28 15:33:23 +00:00
CMakeLists.txt Merge remote-tracking branch 'origin/pr/2293' into mbedtls-2.16 2019-03-05 16:31:02 +00:00
compat.sh Fix SSL tests scripts with recent OpenSSL server with Diffie-Hellman 2021-04-09 17:28:04 +02:00
Descriptions.txt Add selftest program to the list of tests 2014-04-04 16:33:01 +02:00
Makefile 'make test': show failing test cases when cmake does 2021-09-21 09:41:58 +02:00
ssl-opt.sh Merge pull request #4697 from yutotakano/fix-ssl-opt.sh-hard-abort-2.16 2021-08-04 10:16:24 +02:00