Skip to content

Commit

Permalink
disabling utils functions for tester in another file
Browse files Browse the repository at this point in the history
  • Loading branch information
biralavor committed Jun 4, 2024
1 parent 558df8f commit 34f80a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _ci_tdd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# By: umeneses <umeneses@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2024/05/10 10:09:44 by umeneses #+# #+# #
# Updated: 2024/06/04 10:47:36 by umeneses ### ########.fr #
# Updated: 2024/06/04 16:33:23 by umeneses ### ########.fr #
# #
# **************************************************************************** #

Expand Down Expand Up @@ -43,6 +43,7 @@ LIBS = $(LIBFT_D)libft.a $(PUSH_SWAP_D)
NAME = push_swap.tests

SRC_FILES = test_main_miunit.c
#SRC_FILES += minunit_utils.c

SRC_FILES_ALL = $(addprefix $(TEST_D), $(SRC_FILES))

Expand Down Expand Up @@ -74,7 +75,7 @@ COMP_EXE = $(CC) $(LDFLAGS) $(OBJ_FILES) $(LDLIBS) -o $(NAME)
# **************************************************************************** #

define arguments
9 8 7 1 2 3 1024 50 42
42 1 1024
endef

define bonus
Expand Down

0 comments on commit 34f80a6

Please sign in to comment.