doc: tests: futex: fix doxygen grouping

Add tests to kernel test group.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2020-03-12 14:37:43 -04:00
commit 527bb7b7e2

View file

@ -8,6 +8,15 @@
#include <irq_offload.h>
#include <sys/mutex.h>
/**
* @brief Tests for Kernel Futex objects
* @defgroup kernel_futex_tests Futex
* @ingroup all_tests
* @{
* @}
*/
/* Macro declarations */
#define TOTAL_THREADS_WAITING (3)
#define PRIO_WAIT (CONFIG_ZTEST_THREAD_PRIORITY - 1)
@ -150,7 +159,7 @@ void futex_multiple_wait_wake_task(void *p1, void *p2, void *p3)
}
/**
* @ingroup futex_tests
* @ingroup kernel_futex_tests
* @{
*/