Skip to content

Commit 40435fd

Browse files
committed
CMake: Move platform stubs to the mbed-os/platform directory
Move the platform stub library into the platform component directory. This change is so we can avoid duplicating the mbed-os source tree in a central UNITTESTS folder.
1 parent 3abc788 commit 40435fd

14 files changed

+1
-1
lines changed

UNITTESTS/stubs/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ target_include_directories(mbed-stubs-headers
8080

8181
add_subdirectory(connectivity)
8282
add_subdirectory(events)
83-
add_subdirectory(platform)
8483

8584
add_library(mbed-stubs INTERFACE)
8685

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Copyright (c) 2021 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
add_subdirectory(doubles)
45
add_subdirectory(ATCmdParser)
56
add_subdirectory(CircularBuffer)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)