Skip to content

Commit 863ef79

Browse files
committed
CMake: Move events fakes into events double dir
Previously events fakes as part of UNITTESTS/fakes, this PR moves events fakes to events double directory to make events stubs to be self-contained.
1 parent 99e16c2 commit 863ef79

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

UNITTESTS/fakes/CMakeLists.txt

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

4-
add_subdirectory(events)
54
add_subdirectory(ble)

events/tests/UNITTESTS/doubles/CMakeLists.txt

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

4+
add_subdirectory(fakes)
5+
46
add_library(mbed-headers-events INTERFACE)
57

68
target_include_directories(mbed-headers-events

0 commit comments

Comments
 (0)