doc: tests: stack: fix doxygen grouping
Add stack tests to kernel test doxygen group. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
527bb7b7e2
commit
5b58e61bcb
1 changed files with 9 additions and 0 deletions
|
@ -32,6 +32,15 @@
|
||||||
* All the Push and Pop operations happen in ISR Context.
|
* All the Push and Pop operations happen in ISR Context.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Tests for Kernel stack objects
|
||||||
|
* @defgroup kernel_stack_tests Stacks
|
||||||
|
* @ingroup all_tests
|
||||||
|
* @{
|
||||||
|
* @}
|
||||||
|
*/
|
||||||
|
|
||||||
#include <ztest.h>
|
#include <ztest.h>
|
||||||
#include <irq_offload.h>
|
#include <irq_offload.h>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue