Skip to content

Commit feaf989

Browse files
nashifkartben
authored andcommitted
tests: fatal: group fatal tests
Group test using doxygen. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent a816bfd commit feaf989

File tree

2 files changed

+4
-4
lines changed
  • tests/kernel/fatal

2 files changed

+4
-4
lines changed

tests/kernel/fatal/exception/src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ void check_stack_overflow(k_thread_entry_t handler, uint32_t flags)
300300
* should match. Check for stack sentinel feature by overflowing the
301301
* thread's stack and check for the exception.
302302
*
303-
* @ingroup kernel_common_tests
303+
* @ingroup kernel_fatal_tests
304304
*/
305305
ZTEST(fatal_exception, test_fatal)
306306
{

tests/kernel/fatal/no-multithreading/src/main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,14 +117,14 @@ static const exc_trigger_func_t exc_trigger_func[] = {
117117
};
118118

119119
/**
120-
* @brief Test the kernel fatal error handling works correctly
120+
* @brief Verify the kernel fatal error handling works correctly
121121
* @details Manually trigger the crash with various ways and check
122122
* that the kernel is handling that properly or not. Also the crash reason
123123
* should match.
124124
*
125-
* @ingroup kernel_common_tests
125+
* @ingroup kernel_fatal_tests
126126
*/
127-
ZTEST(fatal_no_mt, test_fatal)
127+
ZTEST(fatal_no_mt, test_fatal_no_mt)
128128
{
129129
#ifdef VIA_TWISTER
130130
#define EXC_TRIGGER_FUNC_IDX VIA_TWISTER

0 commit comments

Comments
 (0)