From 4de5710540d6a0a5a94992e8413aba6e2d7d7f03 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 14 Oct 2019 09:07:46 -0400 Subject: More convenient gold file structure --- tests/gold/html/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/gold/html') diff --git a/tests/gold/html/Makefile b/tests/gold/html/Makefile index ef870fc9..fa98714e 100644 --- a/tests/gold/html/Makefile +++ b/tests/gold/html/Makefile @@ -17,5 +17,11 @@ complete: ## Copy support files into directories so the HTML can be viewed prop clean: ## Remove the effects of this Makefile. git clean -fq . +update-gold: ## Copy output files from latest tests to gold files. + @for sub in $$TMPDIR/coverage_test/*HtmlGoldTests*/out; do \ + rsync --verbose --existing --recursive $$sub/ . ; \ + done ; \ + true + update-support: ## Copy latest support files here for posterity. cp ../../../coverage/htmlfiles/*.{css,js,png} support -- cgit v1.2.1