mbed-os/connectivity/netsocket/tests/UNITTESTS/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
..
CellularNonIPSocket CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
DTLSSocket CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
DTLSSocketWrapper CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
EthernetInterface CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
IfaceDnsSocket CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
InternetSocket CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
NetworkInterface CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
NetworkStack CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
PPPInterface CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
SocketAddress CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
TCPSocket CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
TLSSocket CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
TLSSocketWrapper CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
UDPSocket CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
WiFiAccessPoint CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
CMakeLists.txt Fix missing newline 2021-05-11 04:22:26 -07:00