diff options
author | Raphael Moreira Zinsly <rzinsly@linux.ibm.com> | 2020-04-20 17:55:36 -0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2020-04-21 22:51:34 +1000 |
commit | 647c734f62f882bb742683cd5f5596f0abadf758 (patch) | |
tree | de49385d9758f15d819ffcd54c0d9c29185a6cc6 /tools/testing/selftests/powerpc/nx-gzip/Makefile | |
parent | f49b75724cfa2a6264aa5a77f33c3883701852af (diff) |
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/nx-gzip/Makefile')
-rw-r--r-- | tools/testing/selftests/powerpc/nx-gzip/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/nx-gzip/Makefile b/tools/testing/selftests/powerpc/nx-gzip/Makefile new file mode 100644 index 000000000000..016e528a0a94 --- /dev/null +++ b/tools/testing/selftests/powerpc/nx-gzip/Makefile @@ -0,0 +1,8 @@ +CFLAGS = -O3 -m64 -I./include + +TEST_GEN_FILES := gzfht_test +TEST_PROGS := nx-gzip-test.sh + +include ../../lib.mk + +$(TEST_GEN_FILES): gzip_vas.c |