blob: 8b2eedbfa1493f159287f0bae81987ef8511d433 [file] [log] [blame]
#brotli/tests
include ../shared.mk
BROTLI = ..
all: test
test: deps
./compatibility_test.sh
./roundtrip_test.sh
deps :
$(MAKE) -C $(BROTLI)/tools
clean :
rm -f testdata/*.{bro,unbro,uncompressed}
rm -f $(BROTLI)/{enc,dec,tools}/*.{un,}bro
$(MAKE) -C $(BROTLI)/tools clean