2021-10-22 10:56:36

This commit is contained in:
gbaconni
2021-10-22 10:56:37 +02:00
parent 5c1b50bfa5
commit b0235a97cb

View File

@@ -2,15 +2,24 @@
Unit Testing for 42 Projects Unit Testing for 42 Projects
## libft ## LibFT Unit Testing
Library Forty-Two like a mini Libc for string and memory Library Forty-Two like a mini Libc for string and memory functions.
- [libft](https://vogsphere.baco.net/baco/42test/src/branch/master/libft)
## Setup ## Setup
Get it Get it
``` ```
git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git
cd 42test
# -OR-
git clone https://vogsphere.baco.net/baco/42test.git
cd 42test
git submodule update --init git submodule update --init
``` ```