mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-17 11:22:38 +00:00
Use kconfigs to enable Secure and Non-Secure domain tests Signed-off-by: Andreas Vibeto <andreas.vibeto@nordicsemi.no>
14 lines
255 B
CMake
14 lines
255 B
CMake
#
|
|
# Copyright (c) 2021 Nordic Semiconductor ASA
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
cmake_minimum_required(VERSION 3.13.1)
|
|
|
|
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
|
|
|
|
project(tfm_regression_test)
|
|
|
|
target_sources(app PRIVATE src/main.c)
|