| 65 -H test/jheader.html -F test/footer.html |
65 -H test/jheader.html -F test/footer.html |
| 66 ./build/$(BIN) test/bigtestfile.c -o build/bigtest.html \ |
66 ./build/$(BIN) test/bigtestfile.c -o build/bigtest.html \ |
| 67 -H test/header.html -F test/footer.html |
67 -H test/header.html -F test/footer.html |
| 68 ./build/$(BIN) -p test/plain.csp -o build/plain.html \ |
68 ./build/$(BIN) -p test/plain.csp -o build/plain.html \ |
| 69 -H test/header.html -F test/footer.html |
69 -H test/header.html -F test/footer.html |
| |
70 |
| |
71 test-v2-regression: test |
| |
72 diff build/ctest.html test/v2-regression/ctest.html && \ |
| |
73 diff build/javatest.html test/v2-regression/javatest.html && \ |
| |
74 diff build/bigtest.html test/v2-regression/bigtest.html && \ |
| |
75 diff build/plain.html test/v2-regression/plain.html |
| |
76 |
| 70 clean: |
77 clean: |
| 71 $(RM) $(RMFLAGS) build |
78 $(RM) $(RMFLAGS) build |