2021-10-27 10:07:58

This commit is contained in:
Guy Baconniere
2021-10-27 10:07:58 +02:00
parent f10f57d1f3
commit d590b2e640

View File

@@ -6,7 +6,7 @@
# By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# #
# Updated: 2021/10/27 09:53:24 by gbaconni ### ########.fr #
# Updated: 2021/10/27 10:07:41 by gbaconni ### ########.fr #
# #
# **************************************************************************** #
#
@@ -68,7 +68,8 @@ help:
@echo "c: jtoty/Libftest"
@echo "d: alelievr/libft-unit-test (tests)"
@echo "e: alelievr/libft-unit-test (bench)"
@echo "test: a b c d e"
@echo "f: ysoroko/ft_split_tester"
@echo "test: a b c d e f"
@echo "bonus: only test bonuses"
@echo "update: git pull"
@@ -114,11 +115,16 @@ d: compile _libft-unit-test
@echo ""
@rm -f libft/libft.so
#e: compile _libft-unit-test
e: fast _libft-unit-test
@make -C libft-unit-test b || true
test: a b c d
_FT_SPLIT_TESTER:
@grep -q '../*.c' FT_SPLIT_TESTER/Makefile && sed -i'.orig' -e 's/\.\.\/\*\.c/..\/libft\/ft_split.c ..\/libft\/ft_bzero.c ..\/libft\/ft_calloc.c ..\/libft\/ft_memcpy.c ..\/libft\/ft_memset.c ..\/libft\/ft_strlen.c/' FT_SPLIT_TESTER/Makefile || true
f: compile _FT_SPLIT_TESTER
@make -C FT_SPLIT_TESTER all || true
test: a b c d e f
bonus: _libftTester _Libftest _libft-unit-test
@make -C libft bonus