blob: a75dc004b7e88c121510ae7c6e130e6fefdb3238 [file] [log] [blame]
/*
* Copyright (c) 2019 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
#if !defined(CONFIG_CPU_CORTEX_M)
#error test can only run on Cortex-M MCUs
#endif
#include <zephyr/ztest.h>
ZTEST_SUITE(arm_ramfunc, NULL, NULL, NULL, NULL, NULL);