2021-10-22 10:53:42

This commit is contained in:
gbaconni
2021-10-22 10:53:42 +02:00
parent f14de28c06
commit 5c1b50bfa5
2 changed files with 8 additions and 3 deletions

View File

@@ -6,3 +6,11 @@ Unit Testing for 42 Projects
Library Forty-Two like a mini Libc for string and memory Library Forty-Two like a mini Libc for string and memory
## Setup
Get it
```
git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git
git submodule update --init
```

View File

@@ -6,9 +6,6 @@ Create a link to the base of your libft
(the one with libft.a and all ft_ and Makefile files) (the one with libft.a and all ft_ and Makefile files)
``` ```
git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git
git submodule update --init
cd 42test/libft cd 42test/libft
ln -snf $(find ~ -mindepth 2 -maxdepth 4 -name libft.h -exec dirname "{}" \; 2>/dev/null | head -n1) libft ln -snf $(find ~ -mindepth 2 -maxdepth 4 -name libft.h -exec dirname "{}" \; 2>/dev/null | head -n1) libft