gpu: nvgpu: unit: add bit-utils test

Add test for common.utils.bit-utils.

JIRA NVGPU-4818

Change-Id: Ibb07d01fdf312e661bba76fe3c09b69424b62420
Signed-off-by: Philip Elcan <pelcan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2279609
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
Philip Elcan
2020-01-15 16:46:35 -05:00
committed by Alex Waterman
parent 4e2c1c3ca4
commit cdaa77c40c
9 changed files with 229 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ UNITS := \
$(UNIT_SRC)/ptimer \
$(UNIT_SRC)/priv_ring \
$(UNIT_SRC)/init \
$(UNIT_SRC)/interface/bit-utils \
$(UNIT_SRC)/interface/bsearch \
$(UNIT_SRC)/interface/lock \
$(UNIT_SRC)/interface/nvgpu_gk20a \