From e4f52cbc7755cec1d913dc1ef7de3c6b90924339 Mon Sep 17 00:00:00 2001 From: ajesh Date: Thu, 12 Sep 2019 15:42:07 +0530 Subject: [PATCH] gpu: nvgpu: update SWUT with sizes and thread Update the SWUT sources and header file to include sizes and thread unit. Jira NVGPU-2654 Jira NVGPU-3972 Change-Id: Ida27486e36af970d6e5f1642b4ae42e8932236f6 Signed-off-by: ajesh Reviewed-on: https://git-master.nvidia.com/r/2196158 Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/SWUTS.h | 2 ++ userspace/SWUTS.sources | 2 ++ userspace/units/posix/sizes/posix-sizes.h | 4 ++-- userspace/units/posix/thread/posix-thread.h | 7 +++---- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/userspace/SWUTS.h b/userspace/SWUTS.h index c13e5d88c..cbf75dd54 100644 --- a/userspace/SWUTS.h +++ b/userspace/SWUTS.h @@ -38,6 +38,8 @@ * - @ref SWUTS-mm-nvgpu-mem * - @ref SWUTS-mm-vm * - @ref SWUTS-fuse + * - @ref SWUTS-posix-sizes + * - @ref SWUTS-posix-thread * - @ref SWUTS-sdl * */ diff --git a/userspace/SWUTS.sources b/userspace/SWUTS.sources index 721b59282..878be8a66 100644 --- a/userspace/SWUTS.sources +++ b/userspace/SWUTS.sources @@ -9,3 +9,5 @@ INPUT += ../../../userspace/units/mm/allocators/bitmap_allocator/bitmap_allocato INPUT += ../../../userspace/units/mm/allocators/buddy_allocator/buddy_allocator.h INPUT += ../../../userspace/units/mm/nvgpu_mem/nvgpu_mem.h INPUT += ../../../userspace/units/mm/vm/vm.h +INPUT += ../../../userspace/units/posix/sizes/posix-sizes.h +INPUT += ../../../userspace/units/posix/thread/posix-thread.h diff --git a/userspace/units/posix/sizes/posix-sizes.h b/userspace/units/posix/sizes/posix-sizes.h index 83233a9b6..c574762b0 100644 --- a/userspace/units/posix/sizes/posix-sizes.h +++ b/userspace/units/posix/sizes/posix-sizes.h @@ -21,10 +21,10 @@ */ /** - * @addtogroup SWUTS-posix.sizes + * @addtogroup SWUTS-posix-sizes * @{ * - * Software Unit Test Specification for posix.sizes + * Software Unit Test Specification for posix-sizes */ #ifndef __UNIT_POSIX_SIZES_H__ diff --git a/userspace/units/posix/thread/posix-thread.h b/userspace/units/posix/thread/posix-thread.h index d577e172b..71b2c0816 100644 --- a/userspace/units/posix/thread/posix-thread.h +++ b/userspace/units/posix/thread/posix-thread.h @@ -21,11 +21,10 @@ */ /** - * @file + * @addtogroup SWUTS-posix-thread + * @{ * - * Software Unit Test Specification for posix.thread - * - * @page swuts-posix.thread + * Software Unit Test Specification for posix-thread */ #ifndef __UNIT_POSIX_THREAD_H__ #define __UNIT_POSIX_THREAD_H__