2021-10-23 16:10:09

This commit is contained in:
marvin
2021-10-23 16:10:09 +02:00
parent 7f721c1708
commit 94c109a1ac
4 changed files with 22 additions and 10 deletions

View File

@@ -1,3 +1,14 @@
# **************************************************************************** #
# #
# ::: :::::::: #
# Makefile :+: :+: :+: #
# +:+ +:+ +:+ #
# By: <gbaconni@42lausanne.ch> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2021/10/23 16:07:38 by gbaconni #+# #+# #
# Updated: 2021/10/23 16:07:43 by gbaconni ### lausanne.ch #
# #
# **************************************************************************** #
all: sync all: sync

View File

@@ -8,8 +8,8 @@ Unit Testing for 42 Projects
git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git 42test git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git 42test
cd 42test cd 42test
git config pull.rebase false git config pull.rebase false
git config user.name "marvin" git config user.name "rfederer"
git config user.email "marvin@42lausanne.ch" git config user.email "rfederer@student.42lausanne.ch"
# -OR- # -OR-
@@ -17,8 +17,8 @@ git clone https://vogsphere.baco.net/baco/42test.git
cd 42test cd 42test
git submodule update --init git submodule update --init
git config pull.rebase false git config pull.rebase false
git config user.name "marvin" git config user.name "rfederer"
git config user.email "marvin@42lausanne.ch" git config user.email "rfederer@student.42lausanne.ch"
``` ```
## Update ## Update

View File

@@ -3,10 +3,10 @@
# ::: :::::::: # # ::: :::::::: #
# Makefile :+: :+: :+: # # Makefile :+: :+: :+: #
# +:+ +:+ +:+ # # +:+ +:+ +:+ #
# By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ # # By: <gbaconni@42lausanne.ch> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ # # +#+#+#+#+#+ +#+ #
# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# # # Created: 2021/10/23 16:08:35 by gbaconni #+# #+# #
# Updated: 2021/10/23 11:12:55 by gbaconni ### ########.fr # # Updated: 2021/10/23 16:08:43 by gbaconni ### lausanne.ch #
# # # #
# **************************************************************************** # # **************************************************************************** #
# #
@@ -44,6 +44,7 @@ all: compile test
debug: debug:
@make re DEBUG=1 @make re DEBUG=1
@make test DEBUG=1
setup: setup:
@echo "Set the location of your libft to:" @echo "Set the location of your libft to:"

View File

@@ -3,10 +3,10 @@
/* ::: :::::::: */ /* ::: :::::::: */
/* munit.c :+: :+: :+: */ /* munit.c :+: :+: :+: */
/* +:+ +:+ +:+ */ /* +:+ +:+ +:+ */
/* By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ */ /* By: <gbaconni@42lausanne.ch> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/14 09:22:30 by gbaconni #+# #+# */ /* Created: 2021/10/23 16:09:04 by gbaconni #+# #+# */
/* Updated: 2021/10/22 11:56:11 by gbaconni ### ########.fr */ /* Updated: 2021/10/23 16:09:07 by gbaconni ### lausanne.ch */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */