Makefile

changeset 41
c06ab07fd29d
parent 39
ac35daceb24c
child 52
33ded421c512
     1.1 --- a/Makefile	Tue Aug 23 13:59:48 2016 +0200
     1.2 +++ b/Makefile	Tue Aug 23 14:13:46 2016 +0200
     1.3 @@ -67,5 +67,12 @@
     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 +	
    1.14  clean:
    1.15  	$(RM) $(RMFLAGS) build

mercurial