File tree Expand file tree Collapse file tree 3 files changed +45
-0
lines changed
events/tests/TESTS/events Expand file tree Collapse file tree 3 files changed +45
-0
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
+ cmake_minimum_required (VERSION 3.19.0 FATAL_ERROR)
5
+
6
+ set (MBED_PATH ${CMAKE_CURRENT_SOURCE_DIR} /../../../../.. CACHE INTERNAL "" )
7
+ set (TEST_TARGET mbed-events-equeue)
8
+
9
+ include (${MBED_PATH} /tools/cmake/mbed_greentea.cmake)
10
+
11
+ project (${TEST_TARGET} )
12
+
13
+ mbed_greentea_cmake_macro(TEST_NAME ${TEST_TARGET}
14
+ TEST_REQUIRED_LIBS mbed-events
15
+ )
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
+ cmake_minimum_required (VERSION 3.19.0 FATAL_ERROR)
5
+
6
+ set (MBED_PATH ${CMAKE_CURRENT_SOURCE_DIR} /../../../../.. CACHE INTERNAL "" )
7
+ set (TEST_TARGET mbed-events-queue)
8
+
9
+ include (${MBED_PATH} /tools/cmake/mbed_greentea.cmake)
10
+
11
+ project (${TEST_TARGET} )
12
+
13
+ mbed_greentea_cmake_macro(TEST_NAME ${TEST_TARGET}
14
+ TEST_REQUIRED_LIBS mbed-events
15
+ )
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
+ cmake_minimum_required (VERSION 3.19.0 FATAL_ERROR)
5
+
6
+ set (MBED_PATH ${CMAKE_CURRENT_SOURCE_DIR} /../../../../.. CACHE INTERNAL "" )
7
+ set (TEST_TARGET mbed-events-timing)
8
+
9
+ include (${MBED_PATH} /tools/cmake/mbed_greentea.cmake)
10
+
11
+ project (${TEST_TARGET} )
12
+
13
+ mbed_greentea_cmake_macro(TEST_NAME ${TEST_TARGET}
14
+ TEST_REQUIRED_LIBS mbed-events
15
+ )
You can’t perform that action at this time.
0 commit comments