32 lines
450 B
Markdown
32 lines
450 B
Markdown
# 42test
|
|
|
|
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
|
|
|
|
```
|
|
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
|
|
|
|
```
|
|
|
|
## Update
|
|
|
|
```
|
|
cd 42test
|
|
git pull
|
|
```
|
|
|