mbed-os/UNITTESTS
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
..
stubs Unit tests: Remove redundant CMake target mbed-headers-base 2021-08-02 17:42:43 +01:00
template unittest: fix missing licenses + spdx 2020-02-21 07:01:00 +00:00
unit_test CMake: Update build tools python modules to pick refactored way of unittest CMake 2021-05-11 02:49:03 -07:00
.mbedignore Add unit testing framework 2018-08-27 14:32:35 +03:00
CMakeLists.txt CMake: Move ble fakes into FEATURE_BLE double dir 2021-07-21 01:56:29 -07:00
CMakeSettings.json Add unit testing framework 2018-08-27 14:32:35 +03:00
googletest-CMakeLists.txt.in upgrade gtest to 1.10 2021-01-26 17:25:44 +00:00
mbed_unittest.py CMake: Update build tools python modules to pick refactored way of unittest CMake 2021-05-11 02:49:03 -07:00