From 94c109a1ac9aed0014a66f7b0dda256442cb6ee1 Mon Sep 17 00:00:00 2001 From: marvin Date: Sat, 23 Oct 2021 16:10:09 +0200 Subject: [PATCH] 2021-10-23 16:10:09 --- Makefile | 11 +++++++++++ README.md | 8 ++++---- libft/Makefile | 7 ++++--- libft/munit.c | 6 +++--- 4 files changed, 22 insertions(+), 10 deletions(-) diff --git a/Makefile b/Makefile index 78061dc..504c081 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,14 @@ +# **************************************************************************** # +# # +# ::: :::::::: # +# Makefile :+: :+: :+: # +# +:+ +:+ +:+ # +# By: +#+ +:+ +#+ # +# +#+#+#+#+#+ +#+ # +# Created: 2021/10/23 16:07:38 by gbaconni #+# #+# # +# Updated: 2021/10/23 16:07:43 by gbaconni ### lausanne.ch # +# # +# **************************************************************************** # all: sync diff --git a/README.md b/README.md index e80f9bd..ca6c025 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Unit Testing for 42 Projects git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git 42test cd 42test git config pull.rebase false -git config user.name "marvin" -git config user.email "marvin@42lausanne.ch" +git config user.name "rfederer" +git config user.email "rfederer@student.42lausanne.ch" # -OR- @@ -17,8 +17,8 @@ git clone https://vogsphere.baco.net/baco/42test.git cd 42test git submodule update --init git config pull.rebase false -git config user.name "marvin" -git config user.email "marvin@42lausanne.ch" +git config user.name "rfederer" +git config user.email "rfederer@student.42lausanne.ch" ``` ## Update diff --git a/libft/Makefile b/libft/Makefile index c7f1863..8fd128f 100644 --- a/libft/Makefile +++ b/libft/Makefile @@ -3,10 +3,10 @@ # ::: :::::::: # # Makefile :+: :+: :+: # # +:+ +:+ +:+ # -# By: gbaconni +#+ +:+ +#+ # +# By: +#+ +:+ +#+ # # +#+#+#+#+#+ +#+ # -# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# # -# Updated: 2021/10/23 11:12:55 by gbaconni ### ########.fr # +# Created: 2021/10/23 16:08:35 by gbaconni #+# #+# # +# Updated: 2021/10/23 16:08:43 by gbaconni ### lausanne.ch # # # # **************************************************************************** # # @@ -44,6 +44,7 @@ all: compile test debug: @make re DEBUG=1 + @make test DEBUG=1 setup: @echo "Set the location of your libft to:" diff --git a/libft/munit.c b/libft/munit.c index 963d4fc..dff0b5c 100644 --- a/libft/munit.c +++ b/libft/munit.c @@ -3,10 +3,10 @@ /* ::: :::::::: */ /* munit.c :+: :+: :+: */ /* +:+ +:+ +:+ */ -/* By: gbaconni +#+ +:+ +#+ */ +/* By: +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ -/* Created: 2021/10/14 09:22:30 by gbaconni #+# #+# */ -/* Updated: 2021/10/22 11:56:11 by gbaconni ### ########.fr */ +/* Created: 2021/10/23 16:09:04 by gbaconni #+# #+# */ +/* Updated: 2021/10/23 16:09:07 by gbaconni ### lausanne.ch */ /* */ /* ************************************************************************** */