Files
42test/README.md
2021-10-22 10:53:42 +02:00

17 lines
236 B
Markdown

# 42test
Unit Testing for 42 Projects
## libft
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
```