diff --git a/UNITTESTS/stubs/CMakeLists.txt b/UNITTESTS/stubs/CMakeLists.txt index 9a10220..de1b11d 100644 --- a/UNITTESTS/stubs/CMakeLists.txt +++ b/UNITTESTS/stubs/CMakeLists.txt @@ -3,11 +3,9 @@ add_library(mbed-stubs-headers INTERFACE) add_library(mbed-headers INTERFACE) -add_library(mbed-headers-base INTERFACE) target_link_libraries(mbed-headers INTERFACE - mbed-headers-base mbed-headers-platform mbed-headers-drivers mbed-headers-hal @@ -15,18 +13,6 @@ mbed-headers-rtos ) -target_include_directories(mbed-headers-base - INTERFACE - ${mbed-os_SOURCE_DIR}/UNITTESTS/target_h - ${mbed-os_SOURCE_DIR}/UNITTESTS/target_h/platform - ${mbed-os_SOURCE_DIR}/UNITTESTS/target_h/platform/cxxsupport - ${mbed-os_SOURCE_DIR}/UNITTESTS/target_h/drivers - ${mbed-os_SOURCE_DIR}/UNITTESTS/target_h/rtos/include - ${mbed-os_SOURCE_DIR}/UNITTESTS/target_h/rtos - ${mbed-os_SOURCE_DIR}/UNITTESTS/target_h/sys -) - - target_include_directories(mbed-headers INTERFACE ${mbed-os_SOURCE_DIR}/features diff --git a/connectivity/cellular/tests/UNITTESTS/doubles/CMakeLists.txt b/connectivity/cellular/tests/UNITTESTS/doubles/CMakeLists.txt index 4089759..6cc9c2c 100644 --- a/connectivity/cellular/tests/UNITTESTS/doubles/CMakeLists.txt +++ b/connectivity/cellular/tests/UNITTESTS/doubles/CMakeLists.txt @@ -49,7 +49,6 @@ target_link_libraries(mbed-stubs-cellular PRIVATE - mbed-headers-base mbed-stubs-platform mbed-headers-rtos mbed-headers-drivers diff --git a/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularcontext/CMakeLists.txt b/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularcontext/CMakeLists.txt index b94dce4..d59d064 100644 --- a/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularcontext/CMakeLists.txt +++ b/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularcontext/CMakeLists.txt @@ -23,7 +23,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-platform mbed-headers-events mbed-headers-rtos diff --git a/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellulardevice/CMakeLists.txt b/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellulardevice/CMakeLists.txt index 176bf21..eb44678 100644 --- a/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellulardevice/CMakeLists.txt +++ b/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellulardevice/CMakeLists.txt @@ -29,7 +29,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-platform mbed-headers-events mbed-headers-rtos diff --git a/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularinformation/CMakeLists.txt b/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularinformation/CMakeLists.txt index ff616eb..f9d517d 100644 --- a/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularinformation/CMakeLists.txt +++ b/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularinformation/CMakeLists.txt @@ -21,7 +21,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-platform mbed-headers-events mbed-headers-rtos diff --git a/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularnetwork/CMakeLists.txt b/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularnetwork/CMakeLists.txt index 034d61b..8ae3384 100644 --- a/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularnetwork/CMakeLists.txt +++ b/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularnetwork/CMakeLists.txt @@ -22,7 +22,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-platform mbed-headers-events mbed-headers-rtos diff --git a/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularsms/CMakeLists.txt b/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularsms/CMakeLists.txt index a82f0ee..806857c 100644 --- a/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularsms/CMakeLists.txt +++ b/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularsms/CMakeLists.txt @@ -22,7 +22,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-platform mbed-headers-events mbed-headers-rtos diff --git a/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularstack/CMakeLists.txt b/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularstack/CMakeLists.txt index 9176840..7051d59 100644 --- a/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularstack/CMakeLists.txt +++ b/connectivity/cellular/tests/UNITTESTS/framework/AT/at_cellularstack/CMakeLists.txt @@ -27,7 +27,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-platform mbed-headers-events mbed-headers-rtos diff --git a/connectivity/cellular/tests/UNITTESTS/framework/device/athandler/CMakeLists.txt b/connectivity/cellular/tests/UNITTESTS/framework/device/athandler/CMakeLists.txt index 03c075e..2f8e40c 100644 --- a/connectivity/cellular/tests/UNITTESTS/framework/device/athandler/CMakeLists.txt +++ b/connectivity/cellular/tests/UNITTESTS/framework/device/athandler/CMakeLists.txt @@ -26,7 +26,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-platform mbed-headers-events mbed-headers-rtos diff --git a/connectivity/cellular/tests/UNITTESTS/framework/device/cellularcontext/CMakeLists.txt b/connectivity/cellular/tests/UNITTESTS/framework/device/cellularcontext/CMakeLists.txt index 4a40598..af73d47 100644 --- a/connectivity/cellular/tests/UNITTESTS/framework/device/cellularcontext/CMakeLists.txt +++ b/connectivity/cellular/tests/UNITTESTS/framework/device/cellularcontext/CMakeLists.txt @@ -31,7 +31,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-platform mbed-headers-events mbed-headers-rtos diff --git a/connectivity/cellular/tests/UNITTESTS/framework/device/cellulardevice/CMakeLists.txt b/connectivity/cellular/tests/UNITTESTS/framework/device/cellulardevice/CMakeLists.txt index d77a8de..4884359 100644 --- a/connectivity/cellular/tests/UNITTESTS/framework/device/cellulardevice/CMakeLists.txt +++ b/connectivity/cellular/tests/UNITTESTS/framework/device/cellulardevice/CMakeLists.txt @@ -29,7 +29,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-platform mbed-headers-events mbed-headers-rtos diff --git a/connectivity/cellular/tests/UNITTESTS/framework/device/cellularstatemachine/CMakeLists.txt b/connectivity/cellular/tests/UNITTESTS/framework/device/cellularstatemachine/CMakeLists.txt index 1428310..e5e66bd 100644 --- a/connectivity/cellular/tests/UNITTESTS/framework/device/cellularstatemachine/CMakeLists.txt +++ b/connectivity/cellular/tests/UNITTESTS/framework/device/cellularstatemachine/CMakeLists.txt @@ -30,7 +30,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-platform mbed-headers-events mbed-headers-rtos diff --git a/connectivity/lorawan/tests/UNITTESTS/doubles/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/doubles/CMakeLists.txt index 66f929d..70f5d3f 100644 --- a/connectivity/lorawan/tests/UNITTESTS/doubles/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/doubles/CMakeLists.txt @@ -40,7 +40,6 @@ target_link_libraries(mbed-stubs-lorawan PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-hal mbed-stubs-headers diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramac/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramac/CMakeLists.txt index 11ab659..ebe9b3d 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramac/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramac/CMakeLists.txt @@ -35,7 +35,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-hal mbed-headers-platform diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramacchannelplan/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramacchannelplan/CMakeLists.txt index 862de1d..5236403 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramacchannelplan/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramacchannelplan/CMakeLists.txt @@ -20,7 +20,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-hal mbed-headers-platform diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramaccommand/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramaccommand/CMakeLists.txt index 6bb1173..10c05b1 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramaccommand/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramaccommand/CMakeLists.txt @@ -20,7 +20,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-hal mbed-headers-platform diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramaccrypto/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramaccrypto/CMakeLists.txt index 0c85b8b..e955f52 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramaccrypto/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loramaccrypto/CMakeLists.txt @@ -20,7 +20,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-platform mbed-headers-mbedtls mbed-headers-lorawan diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphy/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphy/CMakeLists.txt index c17e185..4d3fd3f 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphy/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphy/CMakeLists.txt @@ -24,7 +24,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-hal mbed-headers-platform diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyas923/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyas923/CMakeLists.txt index c010a76..abdb4da 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyas923/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyas923/CMakeLists.txt @@ -22,7 +22,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-hal mbed-headers-platform diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyau915/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyau915/CMakeLists.txt index 4b7c321..5bee043 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyau915/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyau915/CMakeLists.txt @@ -28,7 +28,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-hal mbed-headers-platform diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphycn470/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphycn470/CMakeLists.txt index 72456b9..29d3905 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphycn470/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphycn470/CMakeLists.txt @@ -28,7 +28,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-hal mbed-headers-platform diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphycn779/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphycn779/CMakeLists.txt index 9265d16..f039e19 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphycn779/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphycn779/CMakeLists.txt @@ -22,7 +22,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-hal mbed-headers-platform diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyeu433/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyeu433/CMakeLists.txt index 4d5186b..f8ab984 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyeu433/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyeu433/CMakeLists.txt @@ -22,7 +22,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-hal mbed-headers-platform diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyeu868/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyeu868/CMakeLists.txt index 91f9619..740d320 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyeu868/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyeu868/CMakeLists.txt @@ -22,7 +22,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-hal mbed-headers-platform diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyin865/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyin865/CMakeLists.txt index 70c57d1..713f552 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyin865/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyin865/CMakeLists.txt @@ -22,7 +22,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-hal mbed-headers-platform diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphykr920/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphykr920/CMakeLists.txt index e1a0c66..7d53df5 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphykr920/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphykr920/CMakeLists.txt @@ -22,7 +22,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-hal mbed-headers-platform diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyus915/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyus915/CMakeLists.txt index 8d76584..a9df57e 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyus915/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/loraphyus915/CMakeLists.txt @@ -28,7 +28,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-hal mbed-headers-platform diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawaninterface/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawaninterface/CMakeLists.txt index edc435f..20594a8 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawaninterface/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawaninterface/CMakeLists.txt @@ -21,7 +21,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-hal mbed-headers-platform diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawanstack/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawanstack/CMakeLists.txt index 9e5f201..9c23ea6 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawanstack/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawanstack/CMakeLists.txt @@ -22,7 +22,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-hal mbed-headers-platform diff --git a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawantimer/CMakeLists.txt b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawantimer/CMakeLists.txt index 512dd86..5c7e8a5 100644 --- a/connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawantimer/CMakeLists.txt +++ b/connectivity/lorawan/tests/UNITTESTS/features/lorawan/lorawantimer/CMakeLists.txt @@ -21,7 +21,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-events mbed-headers-platform mbed-headers-lorawan diff --git a/drivers/tests/UNITTESTS/PwmOut/CMakeLists.txt b/drivers/tests/UNITTESTS/PwmOut/CMakeLists.txt index d459df3..daa6c19 100644 --- a/drivers/tests/UNITTESTS/PwmOut/CMakeLists.txt +++ b/drivers/tests/UNITTESTS/PwmOut/CMakeLists.txt @@ -20,7 +20,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-platform mbed-headers-hal mbed-headers-drivers diff --git a/drivers/tests/UNITTESTS/Watchdog/CMakeLists.txt b/drivers/tests/UNITTESTS/Watchdog/CMakeLists.txt index 4f652e8..8e3fa84 100644 --- a/drivers/tests/UNITTESTS/Watchdog/CMakeLists.txt +++ b/drivers/tests/UNITTESTS/Watchdog/CMakeLists.txt @@ -21,7 +21,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-hal mbed-headers-drivers mbed-headers-platform diff --git a/drivers/tests/UNITTESTS/doubles/CMakeLists.txt b/drivers/tests/UNITTESTS/doubles/CMakeLists.txt index cb64850..042d02c 100644 --- a/drivers/tests/UNITTESTS/doubles/CMakeLists.txt +++ b/drivers/tests/UNITTESTS/doubles/CMakeLists.txt @@ -28,7 +28,6 @@ target_link_libraries(mbed-stubs-drivers PRIVATE - mbed-headers-base mbed-headers-hal mbed-headers-drivers mbed-headers-platform diff --git a/events/tests/UNITTESTS/doubles/CMakeLists.txt b/events/tests/UNITTESTS/doubles/CMakeLists.txt index 1569b6e..c936d0d 100644 --- a/events/tests/UNITTESTS/doubles/CMakeLists.txt +++ b/events/tests/UNITTESTS/doubles/CMakeLists.txt @@ -32,7 +32,6 @@ target_link_libraries(mbed-stubs-events PRIVATE - mbed-headers-base mbed-headers-drivers mbed-headers-hal mbed-headers-events diff --git a/events/tests/UNITTESTS/equeue/CMakeLists.txt b/events/tests/UNITTESTS/equeue/CMakeLists.txt index 230afbc..c7df99e 100644 --- a/events/tests/UNITTESTS/equeue/CMakeLists.txt +++ b/events/tests/UNITTESTS/equeue/CMakeLists.txt @@ -25,7 +25,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-platform mbed-headers-events mbed-stubs-events diff --git a/hal/tests/UNITTESTS/doubles/CMakeLists.txt b/hal/tests/UNITTESTS/doubles/CMakeLists.txt index f82ceb5..896617b 100644 --- a/hal/tests/UNITTESTS/doubles/CMakeLists.txt +++ b/hal/tests/UNITTESTS/doubles/CMakeLists.txt @@ -28,7 +28,6 @@ target_link_libraries(mbed-stubs-hal PRIVATE - mbed-headers-base mbed-headers-hal mbed-headers-platform mbed-stubs-headers diff --git a/platform/tests/UNITTESTS/doubles/CMakeLists.txt b/platform/tests/UNITTESTS/doubles/CMakeLists.txt index 8d14bfc..827466b 100644 --- a/platform/tests/UNITTESTS/doubles/CMakeLists.txt +++ b/platform/tests/UNITTESTS/doubles/CMakeLists.txt @@ -39,7 +39,6 @@ ) target_link_libraries(mbed-stubs-platform PUBLIC - mbed-headers-base mbed-headers-hal mbed-headers-platform gmock_main diff --git a/rtos/tests/UNITTESTS/doubles/CMakeLists.txt b/rtos/tests/UNITTESTS/doubles/CMakeLists.txt index ed8440d..70d414e 100644 --- a/rtos/tests/UNITTESTS/doubles/CMakeLists.txt +++ b/rtos/tests/UNITTESTS/doubles/CMakeLists.txt @@ -36,7 +36,6 @@ target_link_libraries(mbed-stubs-rtos PRIVATE - mbed-headers-base mbed-headers-rtos mbed-headers-platform mbed-headers-drivers diff --git a/storage/blockdevice/tests/UNITTESTS/SFDP/CMakeLists.txt b/storage/blockdevice/tests/UNITTESTS/SFDP/CMakeLists.txt index 0d14cbb..a90346e 100644 --- a/storage/blockdevice/tests/UNITTESTS/SFDP/CMakeLists.txt +++ b/storage/blockdevice/tests/UNITTESTS/SFDP/CMakeLists.txt @@ -20,7 +20,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-blockdevice mbed-headers-platform mbed-stubs-platform diff --git a/storage/blockdevice/tests/UNITTESTS/blockdevice/BufferedBlockDevice/CMakeLists.txt b/storage/blockdevice/tests/UNITTESTS/blockdevice/BufferedBlockDevice/CMakeLists.txt index 83e32ea..282e2ac 100644 --- a/storage/blockdevice/tests/UNITTESTS/blockdevice/BufferedBlockDevice/CMakeLists.txt +++ b/storage/blockdevice/tests/UNITTESTS/blockdevice/BufferedBlockDevice/CMakeLists.txt @@ -13,7 +13,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-blockdevice mbed-headers-platform mbed-stubs-headers diff --git a/storage/blockdevice/tests/UNITTESTS/blockdevice/ChainingBlockDevice/CMakeLists.txt b/storage/blockdevice/tests/UNITTESTS/blockdevice/ChainingBlockDevice/CMakeLists.txt index 8260599..61cc97a 100644 --- a/storage/blockdevice/tests/UNITTESTS/blockdevice/ChainingBlockDevice/CMakeLists.txt +++ b/storage/blockdevice/tests/UNITTESTS/blockdevice/ChainingBlockDevice/CMakeLists.txt @@ -15,7 +15,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-blockdevice mbed-headers-platform mbed-stubs-headers diff --git a/storage/blockdevice/tests/UNITTESTS/blockdevice/ExhaustibleBlockDevice/CMakeLists.txt b/storage/blockdevice/tests/UNITTESTS/blockdevice/ExhaustibleBlockDevice/CMakeLists.txt index d5f019b..0b26310 100644 --- a/storage/blockdevice/tests/UNITTESTS/blockdevice/ExhaustibleBlockDevice/CMakeLists.txt +++ b/storage/blockdevice/tests/UNITTESTS/blockdevice/ExhaustibleBlockDevice/CMakeLists.txt @@ -13,7 +13,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-blockdevice mbed-headers-platform mbed-stubs-headers diff --git a/storage/blockdevice/tests/UNITTESTS/blockdevice/FlashSimBlockDevice/CMakeLists.txt b/storage/blockdevice/tests/UNITTESTS/blockdevice/FlashSimBlockDevice/CMakeLists.txt index f6f1383..1465d5e 100644 --- a/storage/blockdevice/tests/UNITTESTS/blockdevice/FlashSimBlockDevice/CMakeLists.txt +++ b/storage/blockdevice/tests/UNITTESTS/blockdevice/FlashSimBlockDevice/CMakeLists.txt @@ -13,7 +13,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-blockdevice mbed-headers-platform mbed-stubs-headers diff --git a/storage/blockdevice/tests/UNITTESTS/blockdevice/HeapBlockDevice/CMakeLists.txt b/storage/blockdevice/tests/UNITTESTS/blockdevice/HeapBlockDevice/CMakeLists.txt index c965c06..84e01fa 100644 --- a/storage/blockdevice/tests/UNITTESTS/blockdevice/HeapBlockDevice/CMakeLists.txt +++ b/storage/blockdevice/tests/UNITTESTS/blockdevice/HeapBlockDevice/CMakeLists.txt @@ -13,7 +13,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-blockdevice mbed-headers-platform mbed-stubs-platform diff --git a/storage/blockdevice/tests/UNITTESTS/blockdevice/MBRBlockDevice/CMakeLists.txt b/storage/blockdevice/tests/UNITTESTS/blockdevice/MBRBlockDevice/CMakeLists.txt index fdddb9d..0847aff 100644 --- a/storage/blockdevice/tests/UNITTESTS/blockdevice/MBRBlockDevice/CMakeLists.txt +++ b/storage/blockdevice/tests/UNITTESTS/blockdevice/MBRBlockDevice/CMakeLists.txt @@ -13,7 +13,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-blockdevice mbed-headers-platform mbed-stubs-headers diff --git a/storage/blockdevice/tests/UNITTESTS/blockdevice/ObservingBlockDevice/CMakeLists.txt b/storage/blockdevice/tests/UNITTESTS/blockdevice/ObservingBlockDevice/CMakeLists.txt index 63d3c6f..f928ca4 100644 --- a/storage/blockdevice/tests/UNITTESTS/blockdevice/ObservingBlockDevice/CMakeLists.txt +++ b/storage/blockdevice/tests/UNITTESTS/blockdevice/ObservingBlockDevice/CMakeLists.txt @@ -14,7 +14,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-blockdevice mbed-headers-platform mbed-stubs-headers diff --git a/storage/blockdevice/tests/UNITTESTS/blockdevice/ProfilingBlockDevice/CMakeLists.txt b/storage/blockdevice/tests/UNITTESTS/blockdevice/ProfilingBlockDevice/CMakeLists.txt index 93ee6ee..6892156 100644 --- a/storage/blockdevice/tests/UNITTESTS/blockdevice/ProfilingBlockDevice/CMakeLists.txt +++ b/storage/blockdevice/tests/UNITTESTS/blockdevice/ProfilingBlockDevice/CMakeLists.txt @@ -13,7 +13,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-blockdevice mbed-headers-platform mbed-stubs-headers diff --git a/storage/blockdevice/tests/UNITTESTS/blockdevice/ReadOnlyBlockDevice/CMakeLists.txt b/storage/blockdevice/tests/UNITTESTS/blockdevice/ReadOnlyBlockDevice/CMakeLists.txt index 281d2be..3748425 100644 --- a/storage/blockdevice/tests/UNITTESTS/blockdevice/ReadOnlyBlockDevice/CMakeLists.txt +++ b/storage/blockdevice/tests/UNITTESTS/blockdevice/ReadOnlyBlockDevice/CMakeLists.txt @@ -13,7 +13,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-blockdevice mbed-headers-platform mbed-stubs-headers diff --git a/storage/blockdevice/tests/UNITTESTS/blockdevice/SlicingBlockDevice/CMakeLists.txt b/storage/blockdevice/tests/UNITTESTS/blockdevice/SlicingBlockDevice/CMakeLists.txt index de7456a..b888940 100644 --- a/storage/blockdevice/tests/UNITTESTS/blockdevice/SlicingBlockDevice/CMakeLists.txt +++ b/storage/blockdevice/tests/UNITTESTS/blockdevice/SlicingBlockDevice/CMakeLists.txt @@ -14,7 +14,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-blockdevice mbed-headers-platform mbed-stubs-platform diff --git a/storage/blockdevice/tests/UNITTESTS/doubles/CMakeLists.txt b/storage/blockdevice/tests/UNITTESTS/doubles/CMakeLists.txt index f322f98..bd1295d 100644 --- a/storage/blockdevice/tests/UNITTESTS/doubles/CMakeLists.txt +++ b/storage/blockdevice/tests/UNITTESTS/doubles/CMakeLists.txt @@ -32,7 +32,6 @@ target_link_libraries(mbed-stubs-blockdevice PRIVATE - mbed-headers-base mbed-headers-platform mbed-headers-blockdevice ) diff --git a/storage/kvstore/filesystemstore/tests/UNITTESTS/FileSystemStore/CMakeLists.txt b/storage/kvstore/filesystemstore/tests/UNITTESTS/FileSystemStore/CMakeLists.txt index ff75c74..4898d1e 100644 --- a/storage/kvstore/filesystemstore/tests/UNITTESTS/FileSystemStore/CMakeLists.txt +++ b/storage/kvstore/filesystemstore/tests/UNITTESTS/FileSystemStore/CMakeLists.txt @@ -33,7 +33,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-blockdevice mbed-headers-drivers mbed-headers-filesystem diff --git a/storage/kvstore/tdbstore/tests/UNITTESTS/TDBStore/CMakeLists.txt b/storage/kvstore/tdbstore/tests/UNITTESTS/TDBStore/CMakeLists.txt index 6f20ee1..41f711d 100644 --- a/storage/kvstore/tdbstore/tests/UNITTESTS/TDBStore/CMakeLists.txt +++ b/storage/kvstore/tdbstore/tests/UNITTESTS/TDBStore/CMakeLists.txt @@ -17,7 +17,6 @@ target_link_libraries(${TEST_NAME} PRIVATE - mbed-headers-base mbed-headers-blockdevice mbed-headers-drivers mbed-headers-hal