tests: kernel/arch: various doxygen fixes
Group test using doxygen and other doxygen fixups. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
29b1131f66
commit
e5f841c183
12 changed files with 57 additions and 30 deletions
|
@ -140,7 +140,7 @@ ZTEST(common_1cpu, test_nested_irq_offload)
|
|||
k_thread_abort(&offload_thread);
|
||||
}
|
||||
/**
|
||||
*
|
||||
* @}
|
||||
*/
|
||||
extern void *common_setup(void);
|
||||
ZTEST_SUITE(irq_offload, NULL, common_setup, NULL, NULL, NULL);
|
||||
|
|
|
@ -176,7 +176,7 @@ ZTEST(mem_protect_domain, test_mem_domain_invalid_access)
|
|||
/**
|
||||
* @brief Show that a read-only partition can't be written to
|
||||
*
|
||||
* @ingroup kernel_memgroup_tests
|
||||
* @ingroup kernel_memprotect_tests
|
||||
*/
|
||||
ZTEST(mem_protect_domain, test_mem_domain_no_writes_to_ro)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue