improve tests flags
This commit is contained in:
7
Makefile
7
Makefile
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user