Your IP : 3.137.190.115


Current Path : /proc/self/root/proc/self/root/opt/alt/tests/alt-php83-brotli_0.5.0-3.el8/brotli/tests/
Upload File :
Current File : //proc/self/root/proc/self/root/opt/alt/tests/alt-php83-brotli_0.5.0-3.el8/brotli/tests/Makefile

#brotli/tests

BROTLI = ..

all: test

test: deps
	./compatibility_test.sh
	./roundtrip_test.sh

deps :
	$(MAKE) -C $(BROTLI) brotli

clean :
	rm -f testdata/*.{br,unbr,uncompressed}
	rm -f $(BROTLI)/{enc,dec,tools}/*.{un,}br
	$(MAKE) -C $(BROTLI)/tools clean

?>