2021-10-24 01:05:08

This commit is contained in:
marvin
2021-10-24 01:05:08 +02:00
parent 89c1926fec
commit a860d9df61

View File

@@ -6,7 +6,7 @@
# By: <gbaconni@student.42lausanne.ch> +#+ +:+ +#+ # # By: <gbaconni@student.42lausanne.ch> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# # # Created: 2021/10/22 09:10:00 by gbaconni #+# #+# #
# Updated: 2021/10/24 00:36:41 by gbaconni ### lausanne.ch # # Updated: 2021/10/24 01:05:05 by gbaconni ### lausanne.ch #
# # # #
# **************************************************************************** # # **************************************************************************** #
# #
@@ -85,6 +85,9 @@ _Libftest:
c: compile _Libftest c: compile _Libftest
@cd Libftest && ./grademe.sh -u || true @cd Libftest && ./grademe.sh -u || true
@echo ""
@echo "For more details do:"
@echo "cat Libftest/deepthought"
_libft-unit-test: _libft-unit-test:
@grep -q 'ft_memccpy' libft-unit-test/src/init.c && sed -i'.orig' -e '/ft_memccpy/d' libft-unit-test/src/init.c || true @grep -q 'ft_memccpy' libft-unit-test/src/init.c && sed -i'.orig' -e '/ft_memccpy/d' libft-unit-test/src/init.c || true
@@ -94,6 +97,9 @@ _libft-unit-test:
d: compile _libft-unit-test d: compile _libft-unit-test
@make -C libft-unit-test f || true @make -C libft-unit-test f || true
@echo ""
@echo "For more details do:"
@echo "cat libft-unit-test/result.log"
e: compile _libft-unit-test e: compile _libft-unit-test
@make -C libft-unit-test b || true @make -C libft-unit-test b || true