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