Files
42test/README.md

25 lines
411 B
Markdown
Raw Normal View History

2021-10-22 06:32:16 +00:00
# 42test
2021-10-22 10:26:25 +02:00
Unit Testing for 42 Projects
2021-10-22 10:56:37 +02:00
## LibFT Unit Testing
2021-10-22 10:26:25 +02:00
2021-10-22 10:56:37 +02:00
Library Forty-Two like a mini Libc for string and memory functions.
- [libft](https://vogsphere.baco.net/baco/42test/src/branch/master/libft)
2021-10-22 10:26:25 +02:00
2021-10-22 10:53:42 +02:00
## Setup
```
git clone --recurse-submodules https://vogsphere.baco.net/baco/42test.git
2021-10-22 10:56:37 +02:00
cd 42test
# -OR-
git clone https://vogsphere.baco.net/baco/42test.git
cd 42test
2021-10-22 10:53:42 +02:00
git submodule update --init
2021-10-22 10:56:37 +02:00
2021-10-22 10:53:42 +02:00
```