Makefile

changeset 63
12d8f0f6ef06
parent 62
3fff4c364ffc
child 64
60decfc9ad13
     1.1 --- a/Makefile	Mon Nov 13 14:17:46 2017 +0100
     1.2 +++ b/Makefile	Mon Oct 03 12:14:53 2022 +0200
     1.3 @@ -57,12 +57,10 @@
     1.4  	-H test/header.html -F test/footer.html
     1.5  	./build/$(BIN) -p test/plain.csp -o build/plain.html \
     1.6  	-H test/header.html -F test/footer.html
     1.7 -	
     1.8 -test-v2-regression: test
     1.9 -	diff build/ctest.html test/v2-regression/ctest.html && \
    1.10 -	diff build/javatest.html test/v2-regression/javatest.html && \
    1.11 -	diff build/bigtest.html test/v2-regression/bigtest.html && \
    1.12 -	diff build/plain.html test/v2-regression/plain.html
    1.13 +	diff build/ctest.html test/golden-master/ctest.html && \
    1.14 +	diff build/javatest.html test/golden-master/javatest.html && \
    1.15 +	diff build/bigtest.html test/golden-master/bigtest.html && \
    1.16 +	diff build/plain.html test/golden-master/plain.html
    1.17  	
    1.18  clean:
    1.19  	$(RM) $(RMFLAGS) build

mercurial