mbed-os/platform/tests/UNITTESTS/CircularBuffer
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
..
CMakeLists.txt CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
test_CircularBuffer.cpp test: CircularBuffer: Don't push zero elements 2021-07-27 10:28:12 +01:00