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