mbed-os/events/tests
Robert Walton a09d08917b CMake: unittests: Show all tests in CTest report
Previously a test executable was recognised as a single test by CTest.
However, test executables usually contain multiple test cases, the
results of the test cases should be individually reported. With our
previous setup we could miss test case failures that didn't cause the
executable to return an error code.

This commit uses gtest_discover_test to discover all test cases in a
test executable. This enables CTest to match test passes and failures
from the googletest binary output.
2021-07-27 21:09:39 +01:00
..
TESTS/events events-timing test should not need any LED1 2021-07-06 17:13:45 +02:00
UNITTESTS CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
unit Add SPDX license identifier to Arm files 2020-10-15 10:47:27 +01:00
.mbedignore Restructure events directory & move tests 2020-07-28 09:17:19 +01:00