improve tests flags

This commit is contained in:
hugogogo
2026-05-14 21:33:44 +02:00
parent 31469af23f
commit 840f5bcfdf
3 changed files with 47 additions and 19 deletions

View File

@@ -103,11 +103,12 @@ $(NAME): $(OBJS)
$(CC) $(OBJS) -o $@ $(LFLAGS)
run: $(NAME)
@echo $(B_PURPLE)"\n---------------------------------------------\n1. degree 2 \n"$(RESET)
-./$(NAME) -b -d "3x² + 5x - 2 = 5x"
@echo $(B_PURPLE)"\n---------------------------------------------\nlaunch tests in read-only\n"$(RESET)
-@bash tester.sh --run-only -b
test: $(NAME)
bash tester.sh
@echo $(B_PURPLE)"\n---------------------------------------------\nlaunch tests\n"$(RESET)
-@bash tester.sh
clean:
$(RM_OBJS)