From b10ff4248040ce1f3d07942af6904ac45f40062b Mon Sep 17 00:00:00 2001 From: Philip Elcan Date: Tue, 3 Sep 2019 09:03:28 -0400 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/2190019 GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman Reviewed-by: mobile promotions Tested-by: mobile promotions --- userspace/SWUTS.h | 1 + userspace/SWUTS.sources | 1 + 2 files changed, 2 insertions(+) diff --git a/userspace/SWUTS.h b/userspace/SWUTS.h index 0c8477120..292b6e4ad 100644 --- a/userspace/SWUTS.h +++ b/userspace/SWUTS.h @@ -31,6 +31,7 @@ * to test the NVGPU driver. * * - @ref SWUTS-enabled + * - @ref SWUTS-init * - @ref SWUTS-mm-vm * */ diff --git a/userspace/SWUTS.sources b/userspace/SWUTS.sources index a49d3930b..313dad319 100644 --- a/userspace/SWUTS.sources +++ b/userspace/SWUTS.sources @@ -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