| 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 |
60 diff build/ctest.html test/golden-master/ctest.html && \ |
| 61 test-v2-regression: test |
61 diff build/javatest.html test/golden-master/javatest.html && \ |
| 62 diff build/ctest.html test/v2-regression/ctest.html && \ |
62 diff build/bigtest.html test/golden-master/bigtest.html && \ |
| 63 diff build/javatest.html test/v2-regression/javatest.html && \ |
63 diff build/plain.html test/golden-master/plain.html |
| 64 diff build/bigtest.html test/v2-regression/bigtest.html && \ |
|
| 65 diff build/plain.html test/v2-regression/plain.html |
|
| 66 |
64 |
| 67 clean: |
65 clean: |
| 68 $(RM) $(RMFLAGS) build |
66 $(RM) $(RMFLAGS) build |