summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-02-22 00:54:23 +0100
committerMattias Andrée <m@maandree.se>2025-02-22 00:54:23 +0100
commit1aa5c5fcc55f65bb48396a6fb45af060eb24b8e6 (patch)
tree21d6c69c2f64226e98c28413a8e95534c36f939f /Makefile
parentFix doc style (diff)
downloadliblog-master.tar.gz
liblog-master.tar.bz2
liblog-master.tar.xz
m fix + add testsHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cef8c52..3dbc223 100644
--- a/Makefile
+++ b/Makefile
@@ -151,6 +151,7 @@ check: $(TEST)
fi;\
if ! $(CHECK_PREFIX) ./$$t; then\
status=1;\
+ printf '\033[1;31mfailed\033[m\n';\
fi;\
done;\
exit $$status