diff --git a/.gitmodules b/.gitmodules index 6565536..a1aef12 100644 --- a/.gitmodules +++ b/.gitmodules @@ -6,9 +6,13 @@ 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 +[submodule "libft/libfttester"] + path = libft/libfttester + url = https://github.com/tripouille/libfttester.git + 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"] path = libft/munit diff --git a/libft/README.md b/libft/README.md index ea37d3d..86f46c8 100644 --- a/libft/README.md +++ b/libft/README.md @@ -55,14 +55,18 @@ make c # nemequ/µnit w/ my own Unit Testing (beta software not complete) make a -# works on MacOS X (and Linux if libbsd-dev installed and so: in libft/Makefile) +# works on MacOS X (and Linux if libbsd-dev installed and so: in your libft/Makefile) # alelievr/libft-unit-test (mind the protect == NULL) make d +make e + +# ysoroko/ft_split_tester +make f # test bonuses make bonus -# launch a b c d e (All you can eat) +# launch a b c d e f (All you can eat) make test ``` @@ -73,6 +77,7 @@ make test - c: [jtoty/Libftest](https://github.com/jtoty/Libftest) - d: [alelievr/libft-unit-test (tests)](https://github.com/alelievr/libft-unit-test) - e: [alelievr/libft-unit-test (bench)](https://github.com/alelievr/libft-unit-test) +- f: [ysoroko/ft_split_tester](https://github.com/Ysoroko/FT_SPLIT_TESTER) Create subprojects ``` @@ -80,5 +85,6 @@ git submodule add https://github.com/jtoty/Libftest.git git submodule add https://github.com/alelievr/libft-unit-test.git git submodule add https://github.com/Tripouille/libftTester.git git submodule add https://github.com/nemequ/munit.git +git submodule add https://github.com/Ysoroko/FT_SPLIT_TESTER.git ``` diff --git a/libft/libftTester b/libft/libftTester deleted file mode 160000 index 003db20..0000000 --- a/libft/libftTester +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 003db205e649357688c3d225476be2725fb5cb4b