8#ifndef ZEPHYR_TESTSUITE_INCLUDE_ZTEST_TEST_H_
9#define ZEPHYR_TESTSUITE_INCLUDE_ZTEST_TEST_H_
11#ifdef CONFIG_ZTEST_NEW_API
21__syscall
void z_test_1cpu_start(
void);
22__syscall
void z_test_1cpu_stop(
void);
29#include <syscalls/ztest_test.h>
Zephyr testing framework _test_deprecated.
Zephyr testing framework _test.