mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-24 03:24:55 +08:00
841fb73ad2
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
|