1 /* 2 * Copyright (c) 2019 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 #include <zephyr/ztest.h> 8 9 #if !defined(CONFIG_ARCH_HAS_RAMFUNC_SUPPORT) 10 #error test can only run on Cortex-M MCUs and RISC-V 11 #endif 12 13 ZTEST_SUITE(ramfunc, NULL, NULL, NULL, NULL, NULL); 14