diff options
author | Tom Hromatka <tom.hromatka@oracle.com> | 2018-04-26 19:54:09 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-05 21:24:55 +0300 |
commit | 3c545084130c1fd5cf873a5fec3ee29070128e06 (patch) | |
tree | 294394123558024171b2c509399d301a693ea0f1 /tools/testing/selftests/Makefile | |
parent | 873c38a4249c9204f7b13e782d1ad0d8767aa22a (diff) | |
download | linux-3c545084130c1fd5cf873a5fec3ee29070128e06.tar.xz |
selftests: sparc64: char: Selftest for privileged ADI driver
Add a selftest for the sparc64 privileged ADI driver. These
tests verify the read(), pread(), write(), pwrite(), and seek()
functionality of the driver. The tests also report simple
performance statistics:
Syscall Call AvgTime AvgSize
Count (ticks) (bytes)
-------------------------------
read 3 119638 8133
pread 4 118164 6741
write 3 339442 8133
pwrite 4 280134 6741
seek 10 2919 0
Pass 8 Fail 0 Xfail 0 Xpass 0 Skip 0 Error 0
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Reviewed-by: Allen Pais <allen.pais@oracle.com>
Reviewed-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/testing/selftests/Makefile')
-rw-r--r-- | tools/testing/selftests/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile index 32aafa92074c..3e3984344ce5 100644 --- a/tools/testing/selftests/Makefile +++ b/tools/testing/selftests/Makefile @@ -31,6 +31,7 @@ TARGETS += ptrace TARGETS += seccomp TARGETS += sigaltstack TARGETS += size +TARGETS += sparc64 TARGETS += splice TARGETS += static_keys TARGETS += sync |