Skip to content

Commit 7172923

Browse files
committed
CMake: Add support for mbed_timing_fpga_ci_test_shield greentea test
1 parent d9f2d76 commit 7172923

File tree

1 file changed

+15
-0
lines changed
  • hal/tests/TESTS/mbed_timing_fpga_ci_test_shield/watchdog

1 file changed

+15
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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-hal-fpga-ci-test-shield-watchdog)
8+
9+
include(${MBED_PATH}/tools/cmake/mbed_greentea.cmake)
10+
11+
project(${TEST_TARGET})
12+
13+
list(APPEND TEST_REQ_LIBS_LIST mbed-fpga-ci-test-shield mbed-storage-blockdevice)
14+
15+
mbed_greentea_cmake_macro(TEST_NAME ${TEST_TARGET} TEST_REQUIRED_LIBS ${TEST_REQ_LIBS_LIST})

0 commit comments

Comments
 (0)