mbed-os/platform/tests/UNITTESTS/doubles
Lingkai Dong dca2aa79a0 Unit tests: Remove redundant CMake target mbed-headers-base
Individual libraries' `target_h` stub headers have now all been moved
from `mbed-headers-base` to `mbed-headers-<library>`.

Note: Even though headers previously in `target_h` are technically
stubs/fakes too, they are used by not only unit tests but also regular
libraries when compiled for unit tests, because no target-specific HAL
implementation exists in this case. In order for regular library
sources to pick up `target_h` headers, those headers must

* have the same names as regular headers
* appear first in include paths

This is why those headers are part of `mbed-headers-<library>` and not
`mbed-stubs-<library>`. Before this refactoring, `mbed-headers-base`
was the first in unit tests' include paths.
2021-08-02 17:42:43 +01:00
..
platform Unit tests: Move platform target_h stubs 2021-08-02 17:42:42 +01:00
CMakeLists.txt Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
FileHandle_stub.cpp CMake: Move platform stubs to the mbed-os/platform directory 2021-07-06 13:50:42 +01:00
FileHandle_stub.h CMake: unit-tests: Split platform headers out of mbed-stubs-headers 2021-07-06 13:50:46 +01:00
mbed_assert_stub.cpp test: Make MBED_ASSERT failures fail 2021-07-27 10:28:12 +01:00
mbed_atomic_stub.c CMake: Move platform stubs to the mbed-os/platform directory 2021-07-06 13:50:42 +01:00
mbed_critical_stub.c CMake: Move platform stubs to the mbed-os/platform directory 2021-07-06 13:50:42 +01:00
mbed_error.c CMake: Move platform stubs to the mbed-os/platform directory 2021-07-06 13:50:42 +01:00
mbed_poll_stub.cpp CMake: Move platform stubs to the mbed-os/platform directory 2021-07-06 13:50:42 +01:00
mbed_poll_stub.h CMake: unit-tests: Split platform headers out of mbed-stubs-headers 2021-07-06 13:50:46 +01:00
mbed_retarget_stub.cpp CMake: Move platform stubs to the mbed-os/platform directory 2021-07-06 13:50:42 +01:00
mbed_wait_api_stub.cpp CMake: Move platform stubs to the mbed-os/platform directory 2021-07-06 13:50:42 +01:00
nvic_wrapper_stub.c CMake: Move platform stubs to the mbed-os/platform directory 2021-07-06 13:50:42 +01:00
randLIB.h Unit tests: Move randLIB.h 2021-08-02 17:42:43 +01:00
randLIB_stub.c CMake: Move platform stubs to the mbed-os/platform directory 2021-07-06 13:50:42 +01:00
randLIB_stub.cpp CMake: Move platform stubs to the mbed-os/platform directory 2021-07-06 13:50:42 +01:00