We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b704e8e + f75fb0a commit ce93cd2Copy full SHA for ce93cd2
test/unit/Makefile
@@ -41,7 +41,7 @@ $(BUILDDIR)/html/%.result: $(BUILDDIR)/html/%
41
# to keep fixtures easier to manage.
42
xmllint $(BUILDDIR)/html/$* --xpath '//div[@role="main"]' | xmllint --format - > $(BUILDDIR)/html/$*.result
43
44
-compareresult-%:
+compareresult-%: $(BUILDDIR)/html/%.result
45
# compare test_doc.html and test_doc.html.result
46
diff -u $* $(BUILDDIR)/html/$*.result
47
0 commit comments