Skip to content

Commit

Permalink
Merge pull request #109 from SkySkimmer/approve-out
Browse files Browse the repository at this point in the history
test suite fix approve-output target
  • Loading branch information
SkySkimmer authored Feb 13, 2025
2 parents 9ff1006 + 7dd58fc commit b0eca91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-suite/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ $(addsuffix .log,$(wildcard output/*.v)): %.v.log: %.v %.out $(PREREQUISITELOG)
$(HIDE)$(call REPORT_TIMER,$@)

.PHONY: approve-output
approve-output: output output-coqtop output-coqchk
approve-output: output
$(HIDE)for f in $(addsuffix /*.out.real,$^); do if [ -f "$$f" ]; then \
mv "$$f" "$${f%.real}"; \
echo "Updated $${f%.real}!"; \
Expand Down

0 comments on commit b0eca91

Please sign in to comment.