mbed-os/platform/tests/UNITTESTS
Lingkai Dong 4011e2ef85 Unit tests: Move platform target_h stubs
Stubs previously in UNITTESTS/target_h/ have the same names as
regular Mbed OS headers, intending to override the latter directly.
We move platform target_h stubs into
platform/tests/UNITTESTS/doubles/platform/.

Note: nvic_wrapper.h is normally implemented and used by Mbed targets
as needed. But as unit tests do not have a real target, we treat it
as a stub for the platform.
2021-08-02 17:42:42 +01:00
..
ATCmdParser CMake: unit-tests: Make platform stub only depend on headers it uses 2021-07-06 13:50:46 +01:00
CircularBuffer CMake: unittests: Show all tests in CTest report 2021-07-27 21:09:39 +01:00
doubles Unit tests: Move platform target_h stubs 2021-08-02 17:42:42 +01:00
CMakeLists.txt CMake: Move platform stubs to the mbed-os/platform directory 2021-07-06 13:50:42 +01:00