mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
Include a decompression 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-5-rzinsly@linux.ibm.com
9 lines
153 B
Makefile
9 lines
153 B
Makefile
CFLAGS = -O3 -m64 -I./include
|
|
|
|
TEST_GEN_FILES := gzfht_test gunz_test
|
|
TEST_PROGS := nx-gzip-test.sh
|
|
|
|
include ../../lib.mk
|
|
|
|
$(TEST_GEN_FILES): gzip_vas.c
|