Skip to content

Commit

Permalink
Fix fail test-suite CSS.
Browse files Browse the repository at this point in the history
  • Loading branch information
omelkonian committed Mar 8, 2024
1 parent 416234a commit 0611268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ html/%.html : %.agda html/Agda.css renderTranslations.sh

html/$(FAIL_MAIN).html : renderTranslations.sh
@echo == Generating failing test-suite HTML ==
$(AGDA2HS) -d --html --css=../Agda.css $(FAIL_MAIN).agda
$(AGDA2HS) -d --html --css=Agda.css $(FAIL_MAIN).agda

renderTranslations : html/index.html html/fail/index.html renderTranslations.sh
./renderTranslations.sh
Expand Down

0 comments on commit 0611268

Please sign in to comment.