File tree Expand file tree Collapse file tree 3 files changed +53
-0
lines changed
storage/kvstore/tests/TESTS/kvstore Expand file tree Collapse file tree 3 files changed +53
-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-storage-kvstore-general_tests_phase_1 )
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
16
+ mbed-storage
17
+ mbed-storage-filesystemstore
18
+ )
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-storage-kvstore-general_tests_phase_2 )
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
16
+ mbed-storage
17
+ mbed-storage-filesystemstore
18
+ )
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-storage-kvstore-static_tests )
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
16
+ mbed-storage-kv-global-api
17
+ )
You can’t perform that action at this time.
0 commit comments