diff -r 903b46fc4214 -r c06ab07fd29d Makefile --- 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