aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/nx-gzip/Makefile
blob: 0785c2e99d407e91d0d411ba9779912fc1d15ce2 (plain) (blame)
1
2
3
4
5
6
7
8
CFLAGS = -O3 -m64 -I./include -I../include

TEST_GEN_FILES := gzfht_test gunz_test
TEST_PROGS := nx-gzip-test.sh

include ../../lib.mk

$(TEST_GEN_FILES): gzip_vas.c ../utils.c