mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 18:42:29 +03:00
This adds the initial unit test for the fuse module and testing for gp10b. It verifies the exposed APIs for this device in the fuse module. To allow the hal_init to pass before the HAL for read_gcplex_config_fuse() can be overridden, the default behavior of the POSIX implementation for nvgpu_tegra_fuse_read_gcplex_config_fuse() is changed. This provides 100% code and branch coverage for this unit/device. JIRA NVGPU-938 Change-Id: I9efa8080c12ace637581c77aa35aab3f86a94760 Signed-off-by: Philip Elcan <pelcan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1943385 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
23 lines
825 B
Makefile
23 lines
825 B
Makefile
################################### tell Emacs this is a -*- makefile-gmake -*-
|
|
#
|
|
# Copyright (c) 2018, NVIDIA CORPORATION. All Rights Reserved.
|
|
#
|
|
# NVIDIA CORPORATION and its licensors retain all intellectual property
|
|
# and proprietary rights in and to this software, related documentation
|
|
# and any modifications thereto. Any use, reproduction, disclosure or
|
|
# distribution of this software and related documentation without an express
|
|
# license agreement from NVIDIA CORPORATION is strictly prohibited.
|
|
#
|
|
# tmake for SW Mobile component makefile
|
|
#
|
|
###############################################################################
|
|
|
|
NVGPU_UNIT_NAME=nvgpu-fuse
|
|
include $(NV_COMPONENT_DIR)/../Makefile.units.common.interface.tmk
|
|
|
|
# Local Variables:
|
|
# indent-tabs-mode: t
|
|
# tab-width: 8
|
|
# End:
|
|
# vi: set tabstop=8 noexpandtab:
|