2021-10-22 11:20:28

This commit is contained in:
marvin
2021-10-22 11:20:28 +02:00
parent acab802c98
commit aaaa7330a1

View File

@@ -2,12 +2,6 @@
Unit Testing for 42 Projects
## LibFT Unit Testing
Library Forty-Two like a mini Libc for string and memory functions.
- [libft](https://vogsphere.baco.net/baco/42test/src/branch/master/libft)
## Setup
```
@@ -34,3 +28,9 @@ cd 42test
git pull
```
## LibFT Unit Testing
Library Forty-Two like a mini Libc for string and memory functions.
- Follow the [libft](https://vogsphere.baco.net/baco/42test/src/branch/master/libft)