55 -H test/jheader.html -F test/footer.html |
55 -H test/jheader.html -F test/footer.html |
56 ./build/$(BIN) test/bigtestfile.c -o build/bigtest.html \ |
56 ./build/$(BIN) test/bigtestfile.c -o build/bigtest.html \ |
57 -H test/header.html -F test/footer.html |
57 -H test/header.html -F test/footer.html |
58 ./build/$(BIN) -p test/plain.csp -o build/plain.html \ |
58 ./build/$(BIN) -p test/plain.csp -o build/plain.html \ |
59 -H test/header.html -F test/footer.html |
59 -H test/header.html -F test/footer.html |
|
60 ./build/$(BIN) -p test/emptyfile.c -o build/emptyfile.html \ |
|
61 -H test/header.html -F test/footer.html |
60 diff build/ctest.html test/golden-master/ctest.html && \ |
62 diff build/ctest.html test/golden-master/ctest.html && \ |
61 diff build/javatest.html test/golden-master/javatest.html && \ |
63 diff build/javatest.html test/golden-master/javatest.html && \ |
62 diff build/bigtest.html test/golden-master/bigtest.html && \ |
64 diff build/bigtest.html test/golden-master/bigtest.html && \ |
63 diff build/plain.html test/golden-master/plain.html |
65 diff build/plain.html test/golden-master/plain.html && \ |
|
66 diff build/emptyfile.html test/golden-master/emptyfile.html |
64 |
67 |
65 clean: |
68 clean: |
66 $(RM) $(RMFLAGS) build |
69 $(RM) $(RMFLAGS) build |