--- a/Makefile Mon Oct 03 12:14:53 2022 +0200 +++ b/Makefile Mon Oct 03 12:27:10 2022 +0200 @@ -57,10 +57,13 @@ -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 + ./build/$(BIN) -p test/emptyfile.c -o build/emptyfile.html \ + -H test/header.html -F test/footer.html diff build/ctest.html test/golden-master/ctest.html && \ diff build/javatest.html test/golden-master/javatest.html && \ diff build/bigtest.html test/golden-master/bigtest.html && \ - diff build/plain.html test/golden-master/plain.html + diff build/plain.html test/golden-master/plain.html && \ + diff build/emptyfile.html test/golden-master/emptyfile.html clean: $(RM) $(RMFLAGS) build