mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 09:12:24 +03:00
gpu: nvgpu: userspace: make common.ecc unit test visible to doxygen
The unit test files for common.ecc unit was not included in the doxygen source file list, causing them not be parsed by doxygen. Updated doxygen source list to include them. Fixed doxyen targets tag for unit test functions within common.ecc unit. Jira: NVGPU-4819 Change-Id: Idacf3d4d5f297950255c47b6380386be88fbd606 Signed-off-by: Antony Clince Alex <aalex@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2274725 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
269fe8bea6
commit
cae36cdc35
@@ -119,6 +119,7 @@
|
||||
* - @ref SWUTS-gr-ctx
|
||||
* - @ref SWUTS-gr-obj-ctx
|
||||
* - @ref SWUTS-gr-config
|
||||
* - @ref SWUTS-ecc
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
@@ -91,3 +91,4 @@ INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-global-ctx.h
|
||||
INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-ctx.h
|
||||
INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-obj-ctx.h
|
||||
INPUT += ../../../userspace/units/gr/config/nvgpu-gr-config.h
|
||||
INPUT += ../../../userspace/units/ecc/nvgpu-ecc.h
|
||||
|
||||
@@ -66,7 +66,7 @@ int test_ecc_init_support(struct unit_module *m,
|
||||
*
|
||||
* Test Type: Feature Based
|
||||
*
|
||||
* Targets: "nvgpu_ecc_finalize_support"
|
||||
* Targets: nvgpu_ecc_finalize_support
|
||||
*
|
||||
* Input: None
|
||||
*
|
||||
@@ -93,7 +93,7 @@ int test_ecc_finalize_support(struct unit_module *m,
|
||||
*
|
||||
* Test Type: Feature Based
|
||||
*
|
||||
* Targets: nvgpu_ecc_counter_init
|
||||
* Targets: nvgpu_ecc_counter_init, nvgpu_ecc_stat_add
|
||||
*
|
||||
* Input: nvgpu_ecc_init_support
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user