Home
last modified time | relevance | path

Searched refs:ztest_phase (Results 1 – 2 of 2) sorted by relevance

/subsys/testsuite/ztest/include/zephyr/
A Dztest_test.h272 enum ztest_phase { enum
313 void z_impl___ztest_set_test_phase(enum ztest_phase new_phase);
314 static inline void __ztest_set_test_phase(enum ztest_phase new_phase) in __ztest_set_test_phase()
320 __syscall void __ztest_set_test_phase(enum ztest_phase new_phase);
/subsys/testsuite/ztest/src/
A Dztest.c67 ZTEST_DMEM enum ztest_phase cur_phase = TEST_PHASE_FRAMEWORK;
371 static inline const char *get_friendly_phase_name(enum ztest_phase phase) in get_friendly_phase_name()
1117 void z_impl___ztest_set_test_phase(enum ztest_phase new_phase) in z_impl___ztest_set_test_phase()
1129 void z_vrfy___ztest_set_test_phase(enum ztest_phase new_phase) in z_vrfy___ztest_set_test_phase()

Completed in 17 milliseconds