From 15be1cc0b4bf44c3186aea8415d7fb8d660b2eb0 Mon Sep 17 00:00:00 2001 From: voidlizard Date: Thu, 17 Oct 2024 14:53:02 +0300 Subject: [PATCH] wip, nicer --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f6dd8b34..a2873fa4 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,10 @@ rt: $(OUT_FILES) > @hbs2-cli \ [define r [eq? [parse:top:file root $(dir $<)$(notdir $@)] \ [parse:top:file root $(dir $<)$(basename $(notdir $@)).baseline]]] \ - and [print '"[RT]"' space [if r [ansi green OK] [ansi red FAIL]] : space $(notdir $(basename $@))] \ + and [print '"[RT]"' space \ + [if r [ansi green _ [concat ✅ OK space space]] \ + [ansi red~ _ [concat ❌FAIL]]] \ + : space $(notdir $(basename $@))] \ and println > $(RM) $(dir $<)$(notdir $@)