summaryrefslogtreecommitdiffstats
path: root/userspace/units/posix-mockio/Makefile
diff options
context:
space:
mode:
authorNicolas Benech <nbenech@nvidia.com>2018-06-27 17:45:31 -0400
committermobile promotions <svcmobile_promotions@nvidia.com>2018-09-24 18:52:34 -0400
commit5c7a740403fe5b65149b8b30d1007fd02b33c890 (patch)
treef6d37e9668f62fd2debb334ed1ac13e104c7cdc9 /userspace/units/posix-mockio/Makefile
parent127aa9735b07a2613bdbcfedbf741e44cf99ee9e (diff)
gpu: nvgpu: unit: Add mockio unit test
Add a unit test to make sure the posix IO mocking works corretly. JIRA NVGPU-1040 Change-Id: Iadec2f515c9dd74dc0723885b3a6560dc91ce052 Signed-off-by: Nicolas Benech <nbenech@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1741954 Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Konsta Holtta <kholtta@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'userspace/units/posix-mockio/Makefile')
-rw-r--r--userspace/units/posix-mockio/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/userspace/units/posix-mockio/Makefile b/userspace/units/posix-mockio/Makefile
new file mode 100644
index 00000000..f247ad0f
--- /dev/null
+++ b/userspace/units/posix-mockio/Makefile
@@ -0,0 +1,26 @@
1# Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved.
2#
3# Permission is hereby granted, free of charge, to any person obtaining a
4# copy of this software and associated documentation files (the "Software"),
5# to deal in the Software without restriction, including without limitation
6# the rights to use, copy, modify, merge, publish, distribute, sublicense,
7# and/or sell copies of the Software, and to permit persons to whom the
8# Software is furnished to do so, subject to the following conditions:
9#
10# The above copyright notice and this permission notice shall be included in
11# all copies or substantial portions of the Software.
12#
13# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
16# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
18# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
19# DEALINGS IN THE SOFTWARE.
20
21.SUFFIXES:
22
23OBJS = posix-mockio.o
24MODULE = posix-mockio
25
26include ../Makefile.units