2021-10-27 10:23:54

This commit is contained in:
Guy Baconniere
2021-10-27 10:23:54 +02:00
parent 856a216065
commit bd5d15592c

View File

@@ -5,7 +5,9 @@
Clone [42test](https://vogsphere.baco.net/baco/42test) Clone [42test](https://vogsphere.baco.net/baco/42test)
``` ```
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 "${USER-marvin}" git config user.name "${USER-marvin}"
git config user.email "${MAIL-marvin@student.42lausanne.ch}" git config user.email "${MAIL-marvin@student.42lausanne.ch}"
@@ -38,8 +40,6 @@ so: $(OBJ) $(OBJ_BONUS)
## Usage ## Usage
``` ```
cd 42test/libft
# Display various options # Display various options
make help make help
@@ -52,8 +52,9 @@ make c
# nemequ/µnit w/ my own Unit Testing (beta software not complete) # nemequ/µnit w/ my own Unit Testing (beta software not complete)
make a make a
# works on MacOS X (and Linux if libbsd-dev installed and so: in your libft/Makefile)
# alelievr/libft-unit-test (mind the protect == NULL) # alelievr/libft-unit-test (mind the protect == NULL)
# Linux: please install libbsd-dev and setup so: in your libft/Makefile (check info above)
# MacOS X: ft_memmove and ft_strrchr will crash on Apple Silicon M1 and work on Intel
make d make d
make e make e