gpu: nvgpu: unit: init: add SWUT linkages

The SWUT framework wasn't complete when the init unit test was
developed. The SWUT documentation for the init unit test was written
during the test development already. Now that the SWUT framework
exists, this adds the linkages to include the init SWUT documentation
in the actual SWUT.

JIRA NVGPU-2239

Change-Id: I47da36bb31c86c742d300e6ab7dca27ca34b9ca6
Signed-off-by: Philip Elcan <pelcan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/2190019
GVS: Gerrit_Virtual_Submit
Reviewed-by: Alex Waterman <alexw@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Philip Elcan
2019-09-03 09:03:28 -04:00
committed by Alex Waterman
parent 5f23a16bdd
commit b10ff42480
2 changed files with 2 additions and 0 deletions

View File

@@ -31,6 +31,7 @@
* to test the NVGPU driver.
*
* - @ref SWUTS-enabled
* - @ref SWUTS-init
* - @ref SWUTS-mm-vm
*
*/

View File

@@ -1,4 +1,5 @@
INPUT += ../../../userspace/SWUTS.h
INPUT += ../../../userspace/units/enabled/nvgpu-enabled.h
INPUT += ../../../userspace/units/init/nvgpu-init.h
INPUT += ../../../userspace/units/mm/vm/vm.h