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:
Antony Clince Alex
2020-01-07 09:48:41 +05:30
committed by Alex Waterman
parent 269fe8bea6
commit cae36cdc35
3 changed files with 4 additions and 2 deletions

View File

@@ -119,6 +119,7 @@
* - @ref SWUTS-gr-ctx * - @ref SWUTS-gr-ctx
* - @ref SWUTS-gr-obj-ctx * - @ref SWUTS-gr-obj-ctx
* - @ref SWUTS-gr-config * - @ref SWUTS-gr-config
* - @ref SWUTS-ecc
* *
*/ */

View File

@@ -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-ctx.h
INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-obj-ctx.h INPUT += ../../../userspace/units/gr/intr/nvgpu-gr-obj-ctx.h
INPUT += ../../../userspace/units/gr/config/nvgpu-gr-config.h INPUT += ../../../userspace/units/gr/config/nvgpu-gr-config.h
INPUT += ../../../userspace/units/ecc/nvgpu-ecc.h

View File

@@ -66,7 +66,7 @@ int test_ecc_init_support(struct unit_module *m,
* *
* Test Type: Feature Based * Test Type: Feature Based
* *
* Targets: "nvgpu_ecc_finalize_support" * Targets: nvgpu_ecc_finalize_support
* *
* Input: None * Input: None
* *
@@ -93,7 +93,7 @@ int test_ecc_finalize_support(struct unit_module *m,
* *
* Test Type: Feature Based * Test Type: Feature Based
* *
* Targets: nvgpu_ecc_counter_init * Targets: nvgpu_ecc_counter_init, nvgpu_ecc_stat_add
* *
* Input: nvgpu_ecc_init_support * Input: nvgpu_ecc_init_support
* *