2021-10-24 09:31:39

This commit is contained in:
marvin
2021-10-24 09:31:39 +02:00
parent a61d72bef3
commit 3419e53f1b
3 changed files with 10 additions and 8 deletions

11
.gitignore vendored
View File

@@ -1,8 +1,8 @@
libft/libft
libft/libft/*
libft/Libftest/*
libft/libft-unit-test/*
libft/libftTester/*
libft
!*/libft
libft/Libftest
libft/libft-unit-test
libft/libftTester
# ---> C
# Prerequisites
@@ -288,4 +288,3 @@ Sessionx.vim
tags
# Persistent undo
[._]*.un~

4
.gitmodules vendored
View File

@@ -1,12 +1,16 @@
[submodule "libft/Libftest"]
path = libft/Libftest
url = https://github.com/jtoty/Libftest.git
ignore = dirty
[submodule "libft/libft-unit-test"]
path = libft/libft-unit-test
url = https://github.com/alelievr/libft-unit-test.git
ignore = dirty
[submodule "libft/libftTester"]
path = libft/libftTester
url = https://github.com/Tripouille/libftTester.git
ignore = dirty
[submodule "libft/munit"]
path = libft/munit
url = https://github.com/nemequ/munit.git
ignore = dirty

View File

@@ -6,11 +6,10 @@
# By: <gbaconni@student.42lausanne.ch> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# #
# Updated: 2021/10/24 09:13:45 by gbaconni ### lausanne.ch #
# Updated: 2021/10/24 09:22:20 by gbaconni ### lausanne.ch #
# #
# **************************************************************************** #
#
# make munit.out
# make all
# make clean
# make fclean