aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/Makefile
diff options
context:
space:
mode:
authorRaphael Moreira Zinsly <rzinsly@linux.ibm.com>2020-04-20 17:55:36 -0300
committerMichael Ellerman <mpe@ellerman.id.au>2020-04-21 22:51:34 +1000
commit647c734f62f882bb742683cd5f5596f0abadf758 (patch)
treede49385d9758f15d819ffcd54c0d9c29185a6cc6 /tools/testing/selftests/powerpc/Makefile
parentselftests/powerpc: Add header files for NX compresion/decompression (diff)
downloadlinux-dev-647c734f62f882bb742683cd5f5596f0abadf758.tar.xz
linux-dev-647c734f62f882bb742683cd5f5596f0abadf758.zip
selftests/powerpc: Add NX-GZIP engine compress testcase
Add a compression testcase for the powerpc NX-GZIP engine. Signed-off-by: Bulent Abali <abali@us.ibm.com> Signed-off-by: Raphael Moreira Zinsly <rzinsly@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20200420205538.25181-4-rzinsly@linux.ibm.com
Diffstat (limited to 'tools/testing/selftests/powerpc/Makefile')
-rw-r--r--tools/testing/selftests/powerpc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/Makefile b/tools/testing/selftests/powerpc/Makefile
index 644770c3b754..0830e63818c1 100644
--- a/tools/testing/selftests/powerpc/Makefile
+++ b/tools/testing/selftests/powerpc/Makefile
@@ -19,6 +19,7 @@ SUB_DIRS = alignment \
copyloops \
dscr \
mm \
+ nx-gzip \
pmu \
signal \
primitives \