Edit

kc3-lang/brotli/tests/Makefile

Branch :

  • Show log

    Commit

  • Author : Eugene Kliuchnikov
    Date : 2017-04-23 14:07:08
    Hash : 6ece1d87
    Message : Move files & update paths (#541) * Move files & update paths * Rename build to scripts. * Fix paths * Fix script.

  • tests/Makefile
  • #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)/c/{enc,dec,tools}/*.{un,}bro
    	$(MAKE) -C $(BROTLI)/c/tools clean