mbed-os/connectivity/netsocket
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
..
include/netsocket Merge pull request #14752 from tymoteuszblochmobica/sockets 2021-06-15 15:08:53 +02:00
source TLSSocketWrapper: Initialize PSA Crypto if used by Mbed TLS 2021-06-29 18:16:51 +01:00
tests CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
CMakeLists.txt CMake: Only build unit tests if Mbed OS is the current project 2021-06-10 23:34:14 +01:00
mbed_lib.json Fix 'netsocket: several dynamic allocation results not checked' (#14210) 2021-06-07 14:54:37 +01:00