File tree 2 files changed +32
-0
lines changed
connectivity/FEATURE_BLE/source/cordio/TESTS/cordio_hci
2 files changed +32
-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-connectivity-ble-cordio-hci-driver)
8
+
9
+ include (${MBED_PATH} /tools/cmake/mbed_greentea.cmake)
10
+
11
+ project (${TEST_TARGET} )
12
+
13
+ mbed_greentea_cmake_macro(
14
+ TEST_NAME ${TEST_TARGET}
15
+ TEST_REQUIRED_LIBS mbed-ble mbed-events
16
+ )
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-connectivity-ble-cordio-hci-transport)
8
+
9
+ include (${MBED_PATH} /tools/cmake/mbed_greentea.cmake)
10
+
11
+ project (${TEST_TARGET} )
12
+
13
+ mbed_greentea_cmake_macro(
14
+ TEST_NAME ${TEST_TARGET}
15
+ TEST_REQUIRED_LIBS mbed-ble
16
+ )
You can’t perform that action at this time.
0 commit comments