Skip to content

Commit b0eca91

Browse files
authored
Merge pull request #109 from SkySkimmer/approve-out
test suite fix approve-output target
2 parents 9ff1006 + 7dd58fc commit b0eca91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-suite/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ $(addsuffix .log,$(wildcard output/*.v)): %.v.log: %.v %.out $(PREREQUISITELOG)
300300
$(HIDE)$(call REPORT_TIMER,$@)
301301

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

0 commit comments

Comments
 (0)