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:
Anas Nashif 2020-03-12 14:38:05 -04:00
commit 5b58e61bcb

View file

@ -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>