Skip to content

Commit ae5bc5a

Browse files
committed
CMake: Move drivers stubs to the mbed-os/drivers directory
Move the drivers stub library into the drivers component directory. so we can avoid duplicating the mbed-os source tree in a central UNITTESTS folder.
1 parent cecc47b commit ae5bc5a

File tree

5 files changed

+1
-2
lines changed

5 files changed

+1
-2
lines changed

UNITTESTS/stubs/CMakeLists.txt

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

130130
add_subdirectory(connectivity)
131-
add_subdirectory(drivers)
132131
add_subdirectory(events)
133132
add_subdirectory(hal)
134133
add_subdirectory(platform)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) 2021 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
3-
3+
add_subdirectory(doubles)
44
add_subdirectory(PwmOut)
55
add_subdirectory(Watchdog)

0 commit comments

Comments
 (0)