summaryrefslogtreecommitdiffstats
path: root/userspace/Makefile.sources
diff options
context:
space:
mode:
authorAlex Waterman <alexw@nvidia.com>2018-06-27 17:45:16 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-08-10 02:11:13 -0400
commit98d092e73679be792f99bb6debb9ecffbf403987 (patch)
treee0c62a10f2ecc55a7d887833bcb1aaada5b5eec6 /userspace/Makefile.sources
parent70915d8d604965fddf79cb68c0de5b32ed2ab104 (diff)
gpu: nvgpu: unit: Add test unit module
Add a super simple tiny test unit module to test the unit test framework. This unit test has a test that deliberately fails so it obviously cannot be part of a real unit test run. Eventually this will have to be removed or otherwise skipped. JIRA NVGPU-525 Change-Id: I41532a85156445a778897bbc84bb5919deab56ae Signed-off-by: Alex Waterman <alexw@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1687095 GVS: Gerrit_Virtual_Submit Reviewed-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'userspace/Makefile.sources')
-rw-r--r--userspace/Makefile.sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/userspace/Makefile.sources b/userspace/Makefile.sources
index cb46573a..e0ad3eb4 100644
--- a/userspace/Makefile.sources
+++ b/userspace/Makefile.sources
@@ -45,4 +45,5 @@ CORE_HEADERS := \
45 $(CORE_SRC)/../include/unit/*.h 45 $(CORE_SRC)/../include/unit/*.h
46 46
47# Each directory under the UNIT_SRC directory should correspond to one module. 47# Each directory under the UNIT_SRC directory should correspond to one module.
48UNITS := 48UNITS := \
49 $(UNIT_SRC)/test