Makefile

changeset 41
c06ab07fd29d
parent 39
ac35daceb24c
child 52
33ded421c512
--- a/Makefile	Tue Aug 23 13:59:48 2016 +0200
+++ b/Makefile	Tue Aug 23 14:13:46 2016 +0200
@@ -67,5 +67,12 @@
 	-H test/header.html -F test/footer.html
 	./build/$(BIN) -p test/plain.csp -o build/plain.html \
 	-H test/header.html -F test/footer.html
+	
+test-v2-regression: test
+	diff build/ctest.html test/v2-regression/ctest.html && \
+	diff build/javatest.html test/v2-regression/javatest.html && \
+	diff build/bigtest.html test/v2-regression/bigtest.html && \
+	diff build/plain.html test/v2-regression/plain.html
+	
 clean:
 	$(RM) $(RMFLAGS) build

mercurial