mbed-os/events/tests/UNITTESTS
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
..
doubles equeue: Enable use of stub from C++ 2021-07-22 18:03:47 +01:00
equeue CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
target_h Restructure events directory & move tests 2020-07-28 09:17:19 +01:00
CMakeLists.txt CMake: Move events stubs sources to the mbed-os/events directory 2021-07-09 02:56:26 -07:00