File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed
events/tests/TESTS/events Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (c) 2020 ARM Limited. All rights reserved.
2
+ # SPDX-License-Identifier: Apache-2.0
3
+
4
+ add_subdirectory (equeue EXCLUDE_FROM_ALL )
5
+ add_subdirectory (queue EXCLUDE_FROM_ALL )
6
+ add_subdirectory (timing EXCLUDE_FROM_ALL )
Original file line number Diff line number Diff line change 3
3
4
4
cmake_minimum_required (VERSION 3.19.0 FATAL_ERROR )
5
5
6
- set (MBED_PATH ${CMAKE_CURRENT_SOURCE_DIR} /../../../../.. CACHE INTERNAL "" )
6
+ set (mbed-os_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR} /../../../../.. CACHE INTERNAL "" )
7
7
set (TEST_TARGET mbed-events-equeue )
8
8
9
- include (${MBED_PATH } /tools/cmake/mbed_greentea.cmake )
9
+ include (${mbed-os_SOURCE_DIR }/tools/cmake/mbed_greentea.cmake )
10
10
11
11
project (${TEST_TARGET} )
12
12
Original file line number Diff line number Diff line change 3
3
4
4
cmake_minimum_required (VERSION 3.19.0 FATAL_ERROR )
5
5
6
- set (MBED_PATH ${CMAKE_CURRENT_SOURCE_DIR} /../../../../.. CACHE INTERNAL "" )
6
+ set (mbed-os_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR} /../../../../.. CACHE INTERNAL "" )
7
7
set (TEST_TARGET mbed-events-queue )
8
8
9
- include (${MBED_PATH } /tools/cmake/mbed_greentea.cmake )
9
+ include (${mbed-os_SOURCE_DIR }/tools/cmake/mbed_greentea.cmake )
10
10
11
11
project (${TEST_TARGET} )
12
12
Original file line number Diff line number Diff line change 3
3
4
4
cmake_minimum_required (VERSION 3.19.0 FATAL_ERROR )
5
5
6
- set (MBED_PATH ${CMAKE_CURRENT_SOURCE_DIR} /../../../../.. CACHE INTERNAL "" )
6
+ set (mbed-os_SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR} /../../../../.. CACHE INTERNAL "" )
7
7
set (TEST_TARGET mbed-events-timing )
8
8
9
- include (${MBED_PATH } /tools/cmake/mbed_greentea.cmake )
9
+ include (${mbed-os_SOURCE_DIR }/tools/cmake/mbed_greentea.cmake )
10
10
11
11
project (${TEST_TARGET} )
12
12
You can’t perform that action at this time.
0 commit comments