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.
ls
1 parent 6731f55 commit dca2aa79a0be368b0968b953f7207421bc5cb8c1
@Lingkai Dong Lingkai Dong authored on 16 Jul 2021
Showing 52 changed files
View
UNITTESTS/stubs/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/doubles/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularcontext/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellulardevice/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularinformation/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularnetwork/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularsms/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularstack/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/device/athandler/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/device/cellularcontext/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/device/cellulardevice/CMakeLists.txt
View
connectivity/cellular/tests/UNITTESTS/framework/device/cellularstatemachine/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/doubles/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramac/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramacchannelplan/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramaccommand/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramaccrypto/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphy/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyas923/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyau915/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphycn470/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphycn779/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyeu433/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyeu868/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyin865/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphykr920/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyus915/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawaninterface/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawanstack/CMakeLists.txt
View
connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawantimer/CMakeLists.txt
View
drivers/tests/UNITTESTS/PwmOut/CMakeLists.txt
View
drivers/tests/UNITTESTS/Watchdog/CMakeLists.txt
View
drivers/tests/UNITTESTS/doubles/CMakeLists.txt
View
events/tests/UNITTESTS/doubles/CMakeLists.txt
View
events/tests/UNITTESTS/equeue/CMakeLists.txt
View
hal/tests/UNITTESTS/doubles/CMakeLists.txt
View
platform/tests/UNITTESTS/doubles/CMakeLists.txt
View
rtos/tests/UNITTESTS/doubles/CMakeLists.txt
View
storage/blockdevice/tests/UNITTESTS/SFDP/CMakeLists.txt
View
storage/blockdevice/tests/UNITTESTS/blockdevice/BufferedBlockDevice/CMakeLists.txt
View
storage/blockdevice/tests/UNITTESTS/blockdevice/ChainingBlockDevice/CMakeLists.txt
View
storage/blockdevice/tests/UNITTESTS/blockdevice/ExhaustibleBlockDevice/CMakeLists.txt
View
storage/blockdevice/tests/UNITTESTS/blockdevice/FlashSimBlockDevice/CMakeLists.txt
View
storage/blockdevice/tests/UNITTESTS/blockdevice/HeapBlockDevice/CMakeLists.txt
View
storage/blockdevice/tests/UNITTESTS/blockdevice/MBRBlockDevice/CMakeLists.txt
View
storage/blockdevice/tests/UNITTESTS/blockdevice/ObservingBlockDevice/CMakeLists.txt
View
storage/blockdevice/tests/UNITTESTS/blockdevice/ProfilingBlockDevice/CMakeLists.txt
View
storage/blockdevice/tests/UNITTESTS/blockdevice/ReadOnlyBlockDevice/CMakeLists.txt
View
storage/blockdevice/tests/UNITTESTS/blockdevice/SlicingBlockDevice/CMakeLists.txt
View
storage/blockdevice/tests/UNITTESTS/doubles/CMakeLists.txt
View
storage/kvstore/filesystemstore/tests/UNITTESTS/FileSystemStore/CMakeLists.txt
View
storage/kvstore/tdbstore/tests/UNITTESTS/TDBStore/CMakeLists.txt