2021-10-27 09:56:34
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,6 +3,7 @@ libft/munit
|
|||||||
libft/Libftest
|
libft/Libftest
|
||||||
libft/libft-unit-test
|
libft/libft-unit-test
|
||||||
libft/libftTester
|
libft/libftTester
|
||||||
|
libft/FT_SPLIT_TESTER
|
||||||
|
|
||||||
# ---> C
|
# ---> C
|
||||||
# Prerequisites
|
# Prerequisites
|
||||||
|
|||||||
8
.gitmodules
vendored
8
.gitmodules
vendored
@@ -10,11 +10,11 @@
|
|||||||
path = libft/libfttester
|
path = libft/libfttester
|
||||||
url = https://github.com/tripouille/libfttester.git
|
url = https://github.com/tripouille/libfttester.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
[submodule "Ysoroko/FT_SPLIT_TESTER"]
|
|
||||||
path = libft/FT_SPLIT_TESTER
|
|
||||||
url = https://github.com/Ysoroko/FT_SPLIT_TESTER.git
|
|
||||||
ignore = dirty
|
|
||||||
[submodule "libft/munit"]
|
[submodule "libft/munit"]
|
||||||
path = libft/munit
|
path = libft/munit
|
||||||
url = https://github.com/nemequ/munit.git
|
url = https://github.com/nemequ/munit.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
|
[submodule "libft/FT_SPLIT_TESTER"]
|
||||||
|
path = libft/FT_SPLIT_TESTER
|
||||||
|
url = https://github.com/Ysoroko/FT_SPLIT_TESTER.git
|
||||||
|
ignore = dirty
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
# By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ #
|
# By: gbaconni <gbaconni@42lausanne.ch> +#+ +:+ +#+ #
|
||||||
# +#+#+#+#+#+ +#+ #
|
# +#+#+#+#+#+ +#+ #
|
||||||
# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# #
|
# Created: 2021/10/22 09:10:00 by gbaconni #+# #+# #
|
||||||
# Updated: 2021/10/25 11:21:05 by gbaconni ### ########.fr #
|
# Updated: 2021/10/27 09:53:24 by gbaconni ### ########.fr #
|
||||||
# #
|
# #
|
||||||
# **************************************************************************** #
|
# **************************************************************************** #
|
||||||
#
|
#
|
||||||
@@ -157,6 +157,7 @@ reset:
|
|||||||
@rm -fr Libftest
|
@rm -fr Libftest
|
||||||
@rm -fr libft-unit-test
|
@rm -fr libft-unit-test
|
||||||
@rm -fr libftTester
|
@rm -fr libftTester
|
||||||
|
@rm -fr FT_SPLIT_TESTER
|
||||||
@rm -fr munit
|
@rm -fr munit
|
||||||
@git submodule update --init
|
@git submodule update --init
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user