From 93dcdf949176c1411730c6b955fe8c0475eb8e93 Mon Sep 17 00:00:00 2001 From: Raphael Date: Fri, 30 Jan 2026 22:22:42 +0100 Subject: [PATCH] test: adding rules to test all exectuable --- C/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/C/Makefile b/C/Makefile index 303180b..cad2b8e 100644 --- a/C/Makefile +++ b/C/Makefile @@ -6,7 +6,7 @@ # By: rparodi +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # # Created: 2023/11/12 11:05:05 by rparodi #+# #+# # -# Updated: 2026/01/30 22:16:49 by rparodi ### ########.fr # +# Updated: 2026/01/30 22:22:14 by rparodi ### ########.fr # # # # **************************************************************************** # @@ -101,21 +101,21 @@ test_colleen: $(COLLEEN) @$(COLLEEN) > /tmp/test_colleen.c @printf '$(GREY)Output of the $(GOLD)Colleen$(RESET)\n' @bat -plc /tmp/test_colleen.c - @printf '\n$(GREY)Here's the diff between $(GOLD)$(SRC_COLLEEN) $(GREY)and $(GOLD)/tmp/test_colleen.c$(RESET)\n' + @printf "\n$(GREY)Here's the diff between $(GOLD)$(SRC_COLLEEN) $(GREY)and $(GOLD)/tmp/test_colleen.c$(RESET)\n" @diff $(SRC_COLLEEN) /tmp/test_colleen.c | bat -ldiff test_grace: $(GRACE) @$(GRACE) > /tmp/test_grace.c @printf '\n\n\n$(GREY)Output of the $(GOLD)Grace$(RESET)\n' @bat -plc /tmp/test_grace.c - @printf '\n$(GREY)Here's the diff between $(GOLD)$(SRC_GRACE) $(GREY)and $(GOLD)/tmp/test_grace.c$(RESET)\n' + @printf "\n$(GREY)Here's the diff between $(GOLD)$(SRC_GRACE) $(GREY)and $(GOLD)/tmp/test_grace.c$(RESET)\n" @diff $(SRC_GRACE) /tmp/test_grace | bat -ldiff test_sully: $(SULLY) @$(SULLY) > /tmp/test_sully.c @printf '$(GREY)Output of the $(GOLD)Sully$(RESET)\n' @bat -plc /tmp/test_sully.c - @printf '\n$(GREY)Here's the diff between $(GOLD)$(SRC_SULLY) $(GREY)and $(GOLD)/tmp/test_sully.c$(RESET)\n' + @printf "\n$(GREY)Here's the diff between $(GOLD)$(SRC_SULLY) $(GREY)and $(GOLD)/tmp/test_sully.c$(RESET)\n" @diff $(SRC_SULLY) /tmp/test_sully | bat -ldiff # Header